diff options
Diffstat (limited to 'desktop/synce-kpm')
-rw-r--r-- | desktop/synce-kpm/synce-kpm.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/synce-kpm/synce-kpm.SlackBuild b/desktop/synce-kpm/synce-kpm.SlackBuild index 783c73cc14..04c10805ce 100644 --- a/desktop/synce-kpm/synce-kpm.SlackBuild +++ b/desktop/synce-kpm/synce-kpm.SlackBuild @@ -3,6 +3,8 @@ # Slackware build script for <synce-kpm> # Written by Michales Michaloudes korgie@gmail.com <2011> +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=synce-kpm VERSION=${VERSION:-0.13} BUILD=${BUILD:-1} @@ -16,7 +18,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |