summaryrefslogtreecommitdiff
path: root/maketgz
diff options
context:
space:
mode:
authorng0 <ng0@infotropique.org>2017-09-21 00:33:40 +0000
committerng0 <ng0@infotropique.org>2017-09-21 00:33:40 +0000
commit5cdcf48cec0af59c6fd6a6793f5c7121ee6764ec (patch)
treee585021b06385280bbd2b33118a5a79ea06bf92d /maketgz
parentd9d649f37a769ad7dee54eed102e0c3876f5c722 (diff)
downloadgnurl-5cdcf48cec0af59c6fd6a6793f5c7121ee6764ec.tar.gz
gnurl-5cdcf48cec0af59c6fd6a6793f5c7121ee6764ec.tar.bz2
gnurl-5cdcf48cec0af59c6fd6a6793f5c7121ee6764ec.zip
gnurl: disable zip in maketgz
Diffstat (limited to 'maketgz')
-rwxr-xr-xmaketgz3
1 files changed, 2 insertions, 1 deletions
diff --git a/maketgz b/maketgz
index e26e9d7cd..48ef26154 100755
--- a/maketgz
+++ b/maketgz
@@ -213,7 +213,8 @@ tempdir=".builddir"
echo "------------------"
echo "maketgz report:"
echo ""
-ls -l $targz $bzip2 $zip $xz
+#ls -l $targz $bzip2 $zip $xz
+ls -l $targz $bzip2 $xz
echo "Run this:"
echo "gpg -b -a $targz && gpg -b -a $bzip2 && gpg -b -a $zip && gpg -b -a $xz"