diff options
Diffstat (limited to 'graphics/gnome-themes-extras/gnome-themes-extras.SlackBuild')
-rw-r--r-- | graphics/gnome-themes-extras/gnome-themes-extras.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gnome-themes-extras/gnome-themes-extras.SlackBuild b/graphics/gnome-themes-extras/gnome-themes-extras.SlackBuild index 9dda8f6be0e9b..708d314804682 100644 --- a/graphics/gnome-themes-extras/gnome-themes-extras.SlackBuild +++ b/graphics/gnome-themes-extras/gnome-themes-extras.SlackBuild @@ -3,6 +3,8 @@ # Slackware build script for gnome-themes-extras # Written by Arvydas Sidorenko (asido4@gmail.com) +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=gnome-themes-extras VERSION=${VERSION:-2.22.0} BUILD=${BUILD:-1} @@ -10,7 +12,6 @@ TAG=${TAG:-_SBo} ARCH=noarch -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |