Really add the configuration file #1192
[openwrt/svn-archive/archive.git] / net / yafc / Makefile
index 5a151bb2921237828d2103be71782bdb07afd95e..e0ca2b4147f1aae31a658b489330517508057d07 100644 (file)
@@ -36,7 +36,7 @@ define Build/Compile
 endef
 
 define Package/yafc/install
-       install -d -m0755 $(1)/usr/sbin
+       $(INSTALL_DIR) $(1)/usr/sbin
        $(CP) $(PKG_BUILD_DIR)/src/yafc $(1)/usr/sbin/
 endef