projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a64a3b3
)
kexec-tools: Make link /sbin/kexec for compatability with other distros
author
Geoff Levand
<geoffrey.levand@am.sony.com>
Mon, 24 Aug 2009 20:12:41 +0000
(20:12 +0000)
committer
Geoff Levand
<geoffrey.levand@am.sony.com>
Mon, 24 Aug 2009 20:12:41 +0000
(20:12 +0000)
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
SVN-Revision: 17375
package/kexec-tools/Makefile
patch
|
blob
|
history
diff --git
a/package/kexec-tools/Makefile
b/package/kexec-tools/Makefile
index 7ee1c2cd5b2c11ba7e0929b8945c5e8bda644f4b..c7e52903897f0ceed305fdd2599cf1ce5e04d022 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))