]> git.pld-linux.org Git - packages/calibre.git/blame - generate-tarball.sh
- rebuild with icu 58.2
[packages/calibre.git] / generate-tarball.sh
CommitLineData
8bc96e33 1#!/bin/sh
2
3VERSION=$1
4
19373c22 5tar -xvJf calibre-$VERSION.tar.xz
516849ba
JR
6rm -f calibre-$VERSION/resources/fonts/liberation/*
7rm -f calibre-$VERSION/resources/fonts/prs500/*
8bc96e33 8
7c33242d
JR
9tar -cf - calibre-$VERSION | xz -9vv >calibre-$VERSION-nofonts.tar.xz
10
11echo
12
13md5sum calibre-$VERSION-nofonts.tar.xz
This page took 0.037305 seconds and 4 git commands to generate.