summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/nmap/nmap.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/nmap/nmap.mk b/package/nmap/nmap.mk
index 391215dbf4..1c89b5424e 100644
--- a/package/nmap/nmap.mk
+++ b/package/nmap/nmap.mk
@@ -85,7 +85,7 @@ endif
# Add a symlink to "nc" if none of the competing netcats is selected
ifeq ($(BR2_PACKAGE_NMAP_NCAT):$(BR2_PACKAGE_NETCAT)$(BR2_PACKAGE_NETCAT_OPENBSD),y:)
define NMAP_INSTALL_NCAT_SYMLINK
- ln -fs ncat $(TARGET_DIR)/usr/bin/nc
+ ln -fs ncat $(TARGET_DIR)/usr/bin/nc
endef
NMAP_POST_INSTALL_TARGET_HOOKS += NMAP_INSTALL_NCAT_SYMLINK
endif
OpenPOWER on IntegriCloud