diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2010-12-02 05:30:27 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-12-05 19:59:23 -0600 |
commit | 945a99ff27bc91e3de8abe7cc13798a62b0a1b60 (patch) | |
tree | 39960dddef2acc04aadc19764c53e4e7647ca221 /office/calibre/calibre.SlackBuild | |
parent | 7c6d8ffa0c9c20fd8490aeb0d1301ead6572ec78 (diff) | |
download | slackbuilds-945a99ff27bc91e3de8abe7cc13798a62b0a1b60.tar.gz |
office/calibre: Updated for version 0.7.30.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'office/calibre/calibre.SlackBuild')
-rw-r--r-- | office/calibre/calibre.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/office/calibre/calibre.SlackBuild b/office/calibre/calibre.SlackBuild index 1fa053c811..c94a69670c 100644 --- a/office/calibre/calibre.SlackBuild +++ b/office/calibre/calibre.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=calibre -VERSION=0.7.18 +VERSION=0.7.30 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -80,7 +80,7 @@ patch -p1 < $CWD/patches/calibre-module-fix.patch CFLAGS="$SLKCFLAGS" python setup.py build # We have to fake out CALIBRE_CONFIG_DIRECTORY if there is a current -# calibre installation while the install process takes place. :/ +# calibre installation while the build process takes place. :/ mkdir -p "$PWD/tmp/config" CALIBRE_CONFIG_DIRECTORY="$PWD/tmp/config" \ |