diff options
Diffstat (limited to 'graphics/icc_profiles')
-rw-r--r-- | graphics/icc_profiles/icc_profiles.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/icc_profiles/icc_profiles.SlackBuild b/graphics/icc_profiles/icc_profiles.SlackBuild index ae85d46243..c375fa1066 100644 --- a/graphics/icc_profiles/icc_profiles.SlackBuild +++ b/graphics/icc_profiles/icc_profiles.SlackBuild @@ -8,6 +8,8 @@ # notice and this notice are preserved. This file is offered as-is, # without any warranty. +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=icc_profiles SRCNAM="ICC Profiles - hbrendel.com" UNION=ITU @@ -18,7 +20,6 @@ TAG=${TAG:-_SBo} ARCH=noarch -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |