diff options
Diffstat (limited to 'openwrt/package/socat/Makefile')
-rw-r--r-- | openwrt/package/socat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/socat/Makefile b/openwrt/package/socat/Makefile index 968d35e3e..034a6186a 100644 --- a/openwrt/package/socat/Makefile +++ b/openwrt/package/socat/Makefile @@ -60,7 +60,7 @@ $(PKG_BUILD_DIR)/.built: $(IPKG_SOCAT): install -d -m0755 $(IDIR_SOCAT)/usr/bin - cp -fpR $(PKG_INSTALL_DIR)/usr/bin/socat $(IDIR_SOCAT)/usr/bin/ + $(CP) $(PKG_INSTALL_DIR)/usr/bin/socat $(IDIR_SOCAT)/usr/bin/ $(RSTRIP) $(IDIR_SOCAT) $(IPKG_BUILD) $(IDIR_SOCAT) $(PACKAGE_DIR) |