mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
nmap: fix check-package warning
Fixes: package/nmap/nmap.mk:88: expected indent with tabs 93 lines processed 1 warnings generated Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
da24b31f93
commit
27043c7a25
@ -85,7 +85,7 @@ endif
|
|||||||
# Add a symlink to "nc" if none of the competing netcats is selected
|
# 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:)
|
ifeq ($(BR2_PACKAGE_NMAP_NCAT):$(BR2_PACKAGE_NETCAT)$(BR2_PACKAGE_NETCAT_OPENBSD),y:)
|
||||||
define NMAP_INSTALL_NCAT_SYMLINK
|
define NMAP_INSTALL_NCAT_SYMLINK
|
||||||
ln -fs ncat $(TARGET_DIR)/usr/bin/nc
|
ln -fs ncat $(TARGET_DIR)/usr/bin/nc
|
||||||
endef
|
endef
|
||||||
NMAP_POST_INSTALL_TARGET_HOOKS += NMAP_INSTALL_NCAT_SYMLINK
|
NMAP_POST_INSTALL_TARGET_HOOKS += NMAP_INSTALL_NCAT_SYMLINK
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user