From a2b982cb7f5ccd4b06047fae4a813c799690bda9 Mon Sep 17 00:00:00 2001 From: Tobias Nygren Date: Fri, 29 May 2020 00:58:51 +0200 Subject: [PATCH] aircrack-ng: remove no-op substs --- aircrack-ng/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/aircrack-ng/Makefile b/aircrack-ng/Makefile index 4861fc4e02..619ed4fda5 100644 --- a/aircrack-ng/Makefile +++ b/aircrack-ng/Makefile @@ -25,9 +25,7 @@ SUBST_STAGE.paths= post-patch SUBST_MESSAGE.paths= Fixing hard-coded paths SUBST_FILES.paths= src/airodump-ng.h SUBST_FILES.paths+= scripts/* -SUBST_FILES.paths+= scripts/*/* SUBST_FILES.paths+= scripts/*/*/* -SUBST_FILES.paths+= scripts/*/*/*/* SUBST_SED.paths= -e 's,/usr/local/etc,${PKG_SYSCONFDIR},g' pre-configure: