diff options
Diffstat (limited to 'office/ps2eps')
-rw-r--r-- | office/ps2eps/ps2eps.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/office/ps2eps/ps2eps.SlackBuild b/office/ps2eps/ps2eps.SlackBuild index 4057a1a3f8f40..3fd8870fdcc1e 100644 --- a/office/ps2eps/ps2eps.SlackBuild +++ b/office/ps2eps/ps2eps.SlackBuild @@ -4,6 +4,8 @@ # written by <pedro@gepasi.org>, hereby put in the public domain +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=ps2eps VERSION=${VERSION:-1.64} BUILD=${BUILD:-1} @@ -17,7 +19,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |