diff options
Diffstat (limited to 'office/keepassx/keepassx.SlackBuild')
-rw-r--r-- | office/keepassx/keepassx.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/office/keepassx/keepassx.SlackBuild b/office/keepassx/keepassx.SlackBuild index a73eb4eb42ca..c09f2fcd1a37 100644 --- a/office/keepassx/keepassx.SlackBuild +++ b/office/keepassx/keepassx.SlackBuild @@ -21,6 +21,8 @@ ## Please see the file COPYING in the source distribution. +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=keepassx VERSION=${VERSION:-2.0.3} BUILD=${BUILD:-1} @@ -34,7 +36,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |