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