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, 25 Sep 2021 15:51:52 +0000 (16:51 +0100)
Gbp-Pq: Name Run-gzip-inside-of-tar-zcf-with-n.patch

appliance/Makefile.am

index c10a5a238f3a3807cebef288a68353b201cfb23a..073837dd91bc599da9e0ff5f5b205776b678367c 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: