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>
Fri, 28 Jan 2022 15:05:15 +0000 (15:05 +0000)
Gbp-Pq: Name Run-gzip-inside-of-tar-zcf-with-n.patch

appliance/Makefile.am

index 8c8e7b8c4cb1b44d5679fe7419269327394fb1a1..4405d1711155898d9d17d7251468c8b77cc7f7d5 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: