summaryrefslogtreecommitdiffstats
path: root/libraries/efl/efl.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/efl/efl.SlackBuild')
-rw-r--r--libraries/efl/efl.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/libraries/efl/efl.SlackBuild b/libraries/efl/efl.SlackBuild
index 6ffe738dde..4a0d985c66 100644
--- a/libraries/efl/efl.SlackBuild
+++ b/libraries/efl/efl.SlackBuild
@@ -21,6 +21,8 @@
# with this program (most likely, a file named COPYING). If not, see
# <http://www.gnu.org/licenses/>.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=efl
VERSION=${VERSION:-1.24.4}
BUILD=${BUILD:-1}
@@ -34,7 +36,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}