Fix the path to the sfpt-server binary (#1952)
[openwrt/svn-archive/archive.git] / net / ipcad / Makefile
index 159b0f5a70fad18994890c4e14a0f4ece4e4935b..ad6d93d20c2c0282c37f510b27b1f4f67023d4bb 100644 (file)
@@ -62,9 +62,9 @@ define Build/Compile
 endef
 
 define Package/ipcad/install   
-       install -d -m0755 $(1)/etc
+       $(INSTALL_DIR) $(1)/etc
        $(CP) $(PKG_INSTALL_DIR)/etc/ipcad.conf $(1)/etc/
-       install -d -m0755 $(1)/usr/bin
+       $(INSTALL_DIR) $(1)/usr/bin
        $(CP) $(PKG_INSTALL_DIR)/usr/bin/ipcad $(1)/usr/bin/
 endef