]> git.pld-linux.org Git - packages/calibre.git/commitdiff
- make generate_tarball script do downloading
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 16 Jun 2018 08:00:12 +0000 (10:00 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 16 Jun 2018 08:00:12 +0000 (10:00 +0200)
generate-tarball.sh

index 3e4324d9675b67346f39a514625c55602c018623..37ef375eb3dfca0d2f757f1eb2f3f16599865be7 100755 (executable)
@@ -2,6 +2,8 @@
 
 VERSION=$1
 
+wget https://download.calibre-ebook.com/$VERSION/calibre-$VERSION.tar.xz
+
 tar -xvJf calibre-$VERSION.tar.xz
 rm -f calibre-$VERSION/resources/fonts/liberation/*
 rm -f calibre-$VERSION/resources/fonts/prs500/*
This page took 0.040655 seconds and 4 git commands to generate.