Add a default configuration file (#1404)
[openwrt/svn-archive/archive.git] / utils / dosfstools / Makefile
index 0f2adaf50b32997dd44c378b20ca609568ba7183..ff62f026a86873a27c6462ce5433bee31c37fe1b 100644 (file)
@@ -50,7 +50,7 @@ define Build/Compile
 endef
 
 define Package/dosfstools/install
-       install -d -m0755 $(1)/usr/sbin
+       $(INSTALL_DIR) $(1)/usr/sbin
        $(CP) $(PKG_INSTALL_DIR)/usr/sbin/dosfsck $(1)/usr/sbin/
        $(CP) $(PKG_INSTALL_DIR)/usr/sbin/fsck.{msdos,vfat} $(1)/usr/sbin/
        $(CP) $(PKG_INSTALL_DIR)/usr/sbin/mkdosfs $(1)/usr/sbin/