From: Matthias Fischer Date: Sat, 30 Jan 2021 11:41:05 +0000 (+0100) Subject: knot: Cosmetic changes in lfs X-Git-Tag: v2.25-core155~198 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b1f51038991423a9ff0d00a78175cedda1818c1b;p=ipfire-2.x.git knot: Cosmetic changes in lfs Signed-off-by: Matthias Fischer Signed-off-by: Michael Tremer --- diff --git a/lfs/knot b/lfs/knot index 8a3288cdf4..d4b47ab25a 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