X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/33d39081fb309d6ffcbadaca8b694cf695038900..23cfb9ac6c07422bb1ad1c628f6f6b381feada63:/openwrt/package/pciutils/Makefile diff --git a/openwrt/package/pciutils/Makefile b/openwrt/package/pciutils/Makefile index 631834456..b77618242 100644 --- a/openwrt/package/pciutils/Makefile +++ b/openwrt/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)