From 58c96f32737c5249797d1a4aca56bce08726d4a9 Mon Sep 17 00:00:00 2001 From: Nuno Goncalves Date: Tue, 4 Jan 2011 15:09:29 +0000 Subject: [PATCH] [packages] restorefactory: directory fix SVN-Revision: 24900 --- utils/restorefactory/Makefile | 2 +- utils/watchcat/Makefile | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/utils/restorefactory/Makefile b/utils/restorefactory/Makefile index 7b764b7c36..5823df2586 100644 --- a/utils/restorefactory/Makefile +++ b/utils/restorefactory/Makefile @@ -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 diff --git a/utils/watchcat/Makefile b/utils/watchcat/Makefile index 61fe03f8ad..9f3796c766 100644 --- a/utils/watchcat/Makefile +++ b/utils/watchcat/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=watchcat PKG_VERSION:=1 -PKG_RELEASE:=2 +PKG_RELEASE:=3 include $(INCLUDE_DIR)/package.mk @@ -21,7 +21,7 @@ define Package/watchcat endef define Package/watchcat/description -Allows to configure a periodically reboot, or after loosing internet connectivity. Configured trough UCI /etc/config/system +Allows to configure a periodically reboot, or after loosing internet connectivity. Configured trough UCI /etc/config/system. endef define Package/watchcat/conffiles @@ -37,7 +37,7 @@ define Package/watchcat/install $(INSTALL_DIR) $(1)/usr/bin $(INSTALL_BIN) ./files/watchcat.sh $(1)/usr/bin/watchcat.sh $(INSTALL_DIR) $(1)/etc/defaults - $(INSTALL_BIN) ./files/uci_defaults_watchcat $(1)/etc/defaults/50-watchcat + $(INSTALL_BIN) ./files/uci_defaults_watchcat $(1)/etc/uci-defaults/50-watchcat endef $(eval $(call BuildPackage,watchcat)) -- 2.30.2