knot: Cosmetic changes in lfs

Message ID 20210130114105.2250-1-matthias.fischer@ipfire.org
State Accepted
Commit b1f51038991423a9ff0d00a78175cedda1818c1b
Headers
Series knot: Cosmetic changes in lfs |

Commit Message

Matthias Fischer Jan. 30, 2021, 11:41 a.m. UTC
  Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
---
 lfs/knot | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
  

Patch

diff --git a/lfs/knot b/lfs/knot
index 8a3288cdf..d4b47ab25 100644
--- a/lfs/knot
+++ b/lfs/knot
@@ -73,13 +73,13 @@  $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	@$(PREBUILD)
 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar Jxf $(DIR_DL)/$(DL_FILE)
-	cd $(DIR_APP) && ./configure	\
-		--prefix=/usr		\
-		--enable-static=no	\
-		--disable-fastparser	\
-		--disable-daemon	\
-		--disable-modules	\
-		--enable-maxminddb=no	\
+	cd $(DIR_APP) && ./configure \
+		--prefix=/usr \
+		--enable-static=no \
+		--disable-fastparser \
+		--disable-daemon \
+		--disable-modules \
+		--enable-maxminddb=no \
 		--disable-documentation
 
 	cd $(DIR_APP)/src && make $(MAKETUNING) kdig