summaryrefslogtreecommitdiffstats
path: root/package/nmap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/nmap/Makefile')
-rw-r--r--package/nmap/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/nmap/Makefile b/package/nmap/Makefile
index 659bff958..23997b88f 100644
--- a/package/nmap/Makefile
+++ b/package/nmap/Makefile
@@ -67,10 +67,10 @@ $(PKG_BUILD_DIR)/.built:
$(IPKG_NMAP):
install -d -m0755 $(IDIR_NMAP)/usr/share/nmap
for file in mac-prefixes os-fingerprints protocols rpc service-probes services; do \
- cp -fpR $(PKG_INSTALL_DIR)/usr/share/nmap/nmap-$$file $(IDIR_NMAP)/usr/share/nmap; \
+ $(CP) $(PKG_INSTALL_DIR)/usr/share/nmap/nmap-$$file $(IDIR_NMAP)/usr/share/nmap; \
done
install -d -m0755 $(IDIR_NMAP)/usr/bin
- cp -fpR $(PKG_INSTALL_DIR)/usr/bin/nmap $(IDIR_NMAP)/usr/bin/
+ $(CP) $(PKG_INSTALL_DIR)/usr/bin/nmap $(IDIR_NMAP)/usr/bin/
$(RSTRIP) $(IDIR_NMAP)
$(IPKG_BUILD) $(IDIR_NMAP) $(PACKAGE_DIR)