Run gzip (inside of tar zcf) with -n
authorHilko Bengen <bengen@debian.org>
Tue, 9 Feb 2016 22:21:11 +0000 (23:21 +0100)
committerHilko Bengen <bengen@debian.org>
Mon, 1 Feb 2021 20:19:33 +0000 (20:19 +0000)
Gbp-Pq: Name 0005-Run-gzip-inside-of-tar-zcf-with-n.patch

appliance/Makefile.am

index 7c3f78f3d0c81ef367c631684c2cb9c6880b0e16..7204c959b3c604ba6575aee5492f176eeba77298 100644 (file)
@@ -55,13 +55,14 @@ superminfs_DATA = \
 supermin.d/base.tar.gz supermin.d/packages: stamp-supermin
 stamp-supermin: make.sh packagelist supermin.d/excludefiles
        rm -f $@ supermin.d/base.tar.gz supermin.d/packages
-       ./make.sh
+       GZIP=-n ./make.sh
        $(MAKE) \
          supermin.d/daemon.tar.gz \
          supermin.d/excludefiles \
          supermin.d/hostfiles \
          supermin.d/init.tar.gz \
-         supermin.d/udev-rules.tar.gz
+         supermin.d/udev-rules.tar.gz \
+         GZIP=-n
        touch $@
 
 clean-supermin-appliance: