]> git.pld-linux.org Git - packages/calibre.git/blob - generate-tarball.sh
- rel 2 (new poppler)
[packages/calibre.git] / generate-tarball.sh
1 #!/bin/sh
2
3 VERSION=$1
4
5 tar -xvzf calibre-$VERSION.tar.gz
6 rm -f calibre/resources/fonts/liberation/*
7 rm -f calibre/resources/fonts/prs500/*
8
9 tar -cvJf calibre-$VERSION-nofonts.tar.xz calibre
This page took 0.025085 seconds and 3 git commands to generate.