summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-X11/haskell-X11.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'haskell/haskell-X11/haskell-X11.SlackBuild')
-rw-r--r--haskell/haskell-X11/haskell-X11.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/haskell/haskell-X11/haskell-X11.SlackBuild b/haskell/haskell-X11/haskell-X11.SlackBuild
index 72e89f972d..f6ccd826d8 100644
--- a/haskell/haskell-X11/haskell-X11.SlackBuild
+++ b/haskell/haskell-X11/haskell-X11.SlackBuild
@@ -23,6 +23,8 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=haskell-X11
VERSION=${VERSION:-1.9}
BUILD=${BUILD:-1}
@@ -40,7 +42,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}