diff options
Diffstat (limited to 'desktop/qtcurve')
-rw-r--r-- | desktop/qtcurve/qtcurve.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/qtcurve/qtcurve.SlackBuild b/desktop/qtcurve/qtcurve.SlackBuild index 88f5b560d062..0902cceab554 100644 --- a/desktop/qtcurve/qtcurve.SlackBuild +++ b/desktop/qtcurve/qtcurve.SlackBuild @@ -23,6 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=qtcurve VERSION=${VERSION:-1.9.1} BUILD=${BUILD:-1} @@ -36,7 +38,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |