diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2013-11-11 17:47:30 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-11 15:13:30 -0600 |
commit | 4875558bc8bddf8faeb70e879765dba5a02d9552 (patch) | |
tree | deea1001af3814f24a153214637e35b09a15a643 /graphics/dblatex/dblatex.SlackBuild | |
parent | 17663229fcba16dc6ec51e45436b44fab39b6d64 (diff) | |
download | slackbuilds-4875558bc8bddf8faeb70e879765dba5a02d9552.tar.gz |
graphics/dblatex: Updated for version 0.3.4.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'graphics/dblatex/dblatex.SlackBuild')
-rw-r--r-- | graphics/dblatex/dblatex.SlackBuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/graphics/dblatex/dblatex.SlackBuild b/graphics/dblatex/dblatex.SlackBuild index c91366699c..64258e67e8 100644 --- a/graphics/dblatex/dblatex.SlackBuild +++ b/graphics/dblatex/dblatex.SlackBuild @@ -5,7 +5,7 @@ # Written by Vincent Batts, vbatts@hashbangbash.com PRGNAM=dblatex -VERSION=${VERSION:-0.3} +VERSION=${VERSION:-0.3.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -36,7 +36,7 @@ else LIBDIRSUFFIX="" fi -set -e +set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT @@ -51,6 +51,9 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; +# Fix build +patch -p0 -i $CWD/dblatex-0.3.4-build-fix.patch + python setup.py build python setup.py install --root=$PKG |