[packages] restorefactory: directory fix

git-svn-id: svn://svn.openwrt.org/openwrt/packages@24900 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nunojpg
2011-01-04 15:09:29 +00:00
parent eb65d6fc68
commit 379a9cc129
2 changed files with 4 additions and 4 deletions

View File

@ -31,7 +31,7 @@ endef
define Package/restorefactory/install
$(INSTALL_DIR) $(1)/etc/hotplug.d/button
$(INSTALL_BIN) ./files/hotplug_restorefactory $(1)/etc/hotplug.d/button/50-restorefactory
$(INSTALL_DIR) $(1)/etc/defaults
$(INSTALL_DIR) $(1)/etc/uci-defaults
$(INSTALL_BIN) ./files/uci_defaults_restorefactory $(1)/etc/uci-defaults/50-restorefactory
endef