]> git.proxmox.com Git - pve-jslint.git/commitdiff
buildsys: use gzip -n
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 13 Feb 2017 13:32:13 +0000 (14:32 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 13 Feb 2017 13:32:13 +0000 (14:32 +0100)
Makefile

index c6129a1e6131a7c7185776dbe6d374bf23d19a5c..fee201c12524fe2ecdf7bf7c3dcaabfa3c51c702 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ ${DEB}:
        echo "git clone git://git.proxmox.com/git/pve-jslint.git\\ngit checkout ${GITVERSION}" > dest/usr/share/doc/${PACKAGE}/SOURCE
        install -m 0644 copyright dest/usr/share/doc/${PACKAGE}
        install -m 0644 changelog.Debian dest/usr/share/doc/${PACKAGE}
-       gzip --best dest/usr/share/doc/${PACKAGE}/changelog.Debian
+       gzip -n --best dest/usr/share/doc/${PACKAGE}/changelog.Debian
        dpkg-deb --build dest
        mv dest.deb ${DEB}
        rm -rf dest