diff options
author | Michael Filz <the_emmel@gmx.net> | 2012-05-29 17:41:00 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-06-03 15:21:10 -0500 |
commit | 3dbcba4b03b9a617b509d730cf113461ffbcda9e (patch) | |
tree | 290d199d7a6bd1de286faa087a6c478ccca19f39 /office/xournal/xournal.SlackBuild | |
parent | 8b2c8b22e9d7499419f7be4e5d2e75653ad172d9 (diff) |
office/xournal: Updated for version 0.4.6.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'office/xournal/xournal.SlackBuild')
-rw-r--r-- | office/xournal/xournal.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/office/xournal/xournal.SlackBuild b/office/xournal/xournal.SlackBuild index c61c4b5e4f29..c69db8d5631f 100644 --- a/office/xournal/xournal.SlackBuild +++ b/office/xournal/xournal.SlackBuild @@ -4,7 +4,7 @@ # Written by Michael Filz <the_emmel@gmx.net> PRGNAM=xournal -VERSION=${VERSION:-0.4.5} +VERSION=${VERSION:-0.4.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -35,7 +35,7 @@ else LIBDIRSUFFIX="" fi -set -e # Exit on most errors +set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT |