소스 검색

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>
Thomas Petazzoni 7 년 전
부모
커밋
27043c7a25
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      package/nmap/nmap.mk

+ 1 - 1
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