diff options
Diffstat (limited to 'openwrt/package/tinc/Makefile')
-rw-r--r-- | openwrt/package/tinc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/tinc/Makefile b/openwrt/package/tinc/Makefile index 769be7722..912fcc3db 100644 --- a/openwrt/package/tinc/Makefile +++ b/openwrt/package/tinc/Makefile @@ -63,7 +63,7 @@ $(PKG_BUILD_DIR)/.built: $(IPKG_TINC): install -m0755 -d $(IDIR_TINC)/usr/sbin - cp -fpR $(PKG_INSTALL_DIR)/usr/sbin/tincd $(IDIR_TINC)/usr/sbin/ + $(CP) $(PKG_INSTALL_DIR)/usr/sbin/tincd $(IDIR_TINC)/usr/sbin/ $(RSTRIP) $(IDIR_TINC) $(IPKG_BUILD) $(IDIR_TINC) $(PACKAGE_DIR) |