]> git.pld-linux.org Git - packages/calibre.git/blobdiff - generate-tarball.sh
- up to 2.33.0
[packages/calibre.git] / generate-tarball.sh
old mode 100644 (file)
new mode 100755 (executable)
index 68d6392..3e4324d
@@ -2,9 +2,12 @@
 
 VERSION=$1
 
-rm -rf calibre
-tar -xvzf calibre-$VERSION.tar.gz
-rm -f calibre/resources/fonts/liberation/*
-rm -f calibre/resources/fonts/prs500/*
+tar -xvJf calibre-$VERSION.tar.xz
+rm -f calibre-$VERSION/resources/fonts/liberation/*
+rm -f calibre-$VERSION/resources/fonts/prs500/*
 
-tar -cvjf calibre-$VERSION-nofonts.tar.bz2 calibre
+tar -cf - calibre-$VERSION | xz -9vv >calibre-$VERSION-nofonts.tar.xz
+
+echo
+
+md5sum calibre-$VERSION-nofonts.tar.xz
This page took 0.045446 seconds and 4 git commands to generate.