diff options
Diffstat (limited to 'openwrt/package/pmacct/Makefile')
-rw-r--r-- | openwrt/package/pmacct/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/pmacct/Makefile b/openwrt/package/pmacct/Makefile index 04e75366d..4a86c3ae9 100644 --- a/openwrt/package/pmacct/Makefile +++ b/openwrt/package/pmacct/Makefile @@ -161,6 +161,6 @@ $(PKG_BUILD_DIR)/.built: $(BUILD_TARGETS) $(IPKG_PMACCT_CLIENT): install -d -m0755 $(IDIR_PMACCT_CLIENT)/usr/sbin - cp -fpR $(PKG_BUILD_DIR)/pmacct $(IDIR_PMACCT_CLIENT)/usr/sbin/ + $(CP) $(PKG_BUILD_DIR)/pmacct $(IDIR_PMACCT_CLIENT)/usr/sbin/ $(RSTRIP) $(IDIR_PMACCT_CLIENT) $(IPKG_BUILD) $(IDIR_PMACCT_CLIENT) $(PACKAGE_DIR) |