[packages] cryptsetup: update to 1.4.1
[openwrt/svn-archive/archive.git] / utils / watchcat / Makefile
index 9f3796c7665b66a567c70a0864a082f6a3522837..f03c6e7693d80154591b4672c6ed836007e0469e 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=watchcat
 PKG_VERSION:=1
-PKG_RELEASE:=3
+PKG_RELEASE:=5
 
 include $(INCLUDE_DIR)/package.mk
 
@@ -36,7 +36,7 @@ define Package/watchcat/install
        $(INSTALL_BIN) ./files/initd_watchcat $(1)/etc/init.d/watchcat
        $(INSTALL_DIR) $(1)/usr/bin
        $(INSTALL_BIN) ./files/watchcat.sh $(1)/usr/bin/watchcat.sh
-       $(INSTALL_DIR) $(1)/etc/defaults        
+       $(INSTALL_DIR) $(1)/etc/uci-defaults    
        $(INSTALL_BIN) ./files/uci_defaults_watchcat $(1)/etc/uci-defaults/50-watchcat
 endef