summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-scientific/haskell-scientific.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'haskell/haskell-scientific/haskell-scientific.SlackBuild')
-rw-r--r--haskell/haskell-scientific/haskell-scientific.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/haskell/haskell-scientific/haskell-scientific.SlackBuild b/haskell/haskell-scientific/haskell-scientific.SlackBuild
index 03b9be95ba..0b8b0dce7d 100644
--- a/haskell/haskell-scientific/haskell-scientific.SlackBuild
+++ b/haskell/haskell-scientific/haskell-scientific.SlackBuild
@@ -24,6 +24,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-scientific
VERSION=${VERSION:-0.3.6.2}
BUILD=${BUILD:-1}
@@ -41,7 +43,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}