summaryrefslogtreecommitdiffstats
path: root/development/mit-scheme/mit-scheme.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/mit-scheme/mit-scheme.SlackBuild')
-rw-r--r--development/mit-scheme/mit-scheme.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/development/mit-scheme/mit-scheme.SlackBuild b/development/mit-scheme/mit-scheme.SlackBuild
index a37c0a33da..503edb722a 100644
--- a/development/mit-scheme/mit-scheme.SlackBuild
+++ b/development/mit-scheme/mit-scheme.SlackBuild
@@ -25,6 +25,8 @@
# not, see <http://www.gnu.org/licenses/>.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=mit-scheme
VERSION=${VERSION:-10.1.11}
BUILD=${BUILD:-1}
@@ -38,7 +40,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}