summaryrefslogtreecommitdiffstats
path: root/graphics/icc_profiles_from_eci
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/icc_profiles_from_eci')
-rw-r--r--graphics/icc_profiles_from_eci/icc_profiles_from_eci.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/icc_profiles_from_eci/icc_profiles_from_eci.SlackBuild b/graphics/icc_profiles_from_eci/icc_profiles_from_eci.SlackBuild
index de40032566..8c8c52aaab 100644
--- a/graphics/icc_profiles_from_eci/icc_profiles_from_eci.SlackBuild
+++ b/graphics/icc_profiles_from_eci/icc_profiles_from_eci.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_from_eci
VERSION=${VERSION:-"2017_08_27"}
BUILD=${BUILD:-1}
@@ -19,7 +21,6 @@ ECINAM=eciRGB_v2_profile
CMYKNAM=ecicmyk
DEVICELINK=ecicmyk_devicelinkprofiles_$(echo $VERSION | tr _ -)
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}