X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/34ef6fcb4c61ecd1d35c73dc8e240e8d1e3028e9..841e5a0f16d54f9548f83f30c8b4efd736a3af12:/package/pciutils/Makefile diff --git a/package/pciutils/Makefile b/package/pciutils/Makefile index 631834456..b77618242 100644 --- a/package/pciutils/Makefile +++ b/package/pciutils/Makefile @@ -29,7 +29,7 @@ $(PKG_BUILD_DIR)/.built: $(IPKG_PCIUTILS): install -d -m0755 $(IDIR_PCIUTILS)/usr/sbin install -d -m0755 $(IDIR_PCIUTILS)/usr/share - cp -fpR $(PKG_BUILD_DIR)/{lspci,setpci} $(IDIR_PCIUTILS)/usr/sbin/ - cp -fpR $(PKG_BUILD_DIR)/pci.ids $(IDIR_PCIUTILS)/usr/share/ + $(CP) $(PKG_BUILD_DIR)/{lspci,setpci} $(IDIR_PCIUTILS)/usr/sbin/ + $(CP) $(PKG_BUILD_DIR)/pci.ids $(IDIR_PCIUTILS)/usr/share/ $(RSTRIP) $(IDIR_PCIUTILS)/ $(IPKG_BUILD) $(IDIR_PCIUTILS) $(PACKAGE_DIR)