[generic-2.4] refresh patches
[openwrt.git] / package / kexec-tools / Makefile
index 7ee1c2c..c7e5290 100644 (file)
@@ -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.