summaryrefslogtreecommitdiffstats
path: root/libraries/python-efl/python-efl.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/python-efl/python-efl.SlackBuild')
-rw-r--r--libraries/python-efl/python-efl.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/libraries/python-efl/python-efl.SlackBuild b/libraries/python-efl/python-efl.SlackBuild
index da06d0ec05..f01e6ed151 100644
--- a/libraries/python-efl/python-efl.SlackBuild
+++ b/libraries/python-efl/python-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=python-efl
VERSION=${VERSION:-1.24.0}
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}