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>
Sat, 26 Oct 2024 10:47:48 +0000 (12:47 +0200)
Gbp-Pq: Name Run-gzip-inside-of-tar-zcf-with-n.patch

appliance/Makefile.am

index eb26ecc64286f83e6049ca56f95e3ad64568d37f..debeaef7a69c41b660a00873d1d939bc261aaf13 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: