reorder patches to fix tcp_wrappers build
[openwrt/svn-archive/archive.git] / utils / pciutils / Makefile
index 11a063fe166f9f5e48515f2a058bae655e8fd250..a5dd488a183a0aca83557f1a793d58d9491433f0 100644 (file)
@@ -44,9 +44,9 @@ define Build/Compile
 endef
 
 define Package/pciutils/install
-       install -d -m0755 $(1)/usr/sbin
+       $(INSTALL_DIR) $(1)/usr/sbin
        $(CP) $(PKG_BUILD_DIR)/{lspci,setpci} $(1)/usr/sbin/
-       install -d -m0755 $(1)/usr/share
+       $(INSTALL_DIR) $(1)/usr/share
        $(CP) $(PKG_BUILD_DIR)/pci.ids $(1)/usr/share/
 endef