projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[generic-2.4] refresh patches
[openwrt.git]
/
package
/
kexec-tools
/
Makefile
diff --git
a/package/kexec-tools/Makefile
b/package/kexec-tools/Makefile
index
7ee1c2c
..
c7e5290
100644
(file)
--- a/
package/kexec-tools/Makefile
+++ b/
package/kexec-tools/Makefile
@@
-71,6
+71,9
@@
define Package/kexec-tools/install
$(PKG_INSTALL_DIR)/usr/sbin/kexec \
$(1)/usr/sbin
+# make a link for compatability with other distros
+ $(INSTALL_DIR) $(1)/sbin
+ ln -s /usr/sbin/kexec $(1)/sbin/kexec
endef
$(eval $(call BuildPackage,kexec-tools))
This page took
0.023486 seconds
and
4
git commands to generate.