summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-gloss-rendering/haskell-gloss-rendering.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'haskell/haskell-gloss-rendering/haskell-gloss-rendering.SlackBuild')
-rw-r--r--haskell/haskell-gloss-rendering/haskell-gloss-rendering.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/haskell/haskell-gloss-rendering/haskell-gloss-rendering.SlackBuild b/haskell/haskell-gloss-rendering/haskell-gloss-rendering.SlackBuild
index 1a600b8934..a81a5418ca 100644
--- a/haskell/haskell-gloss-rendering/haskell-gloss-rendering.SlackBuild
+++ b/haskell/haskell-gloss-rendering/haskell-gloss-rendering.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-gloss-rendering
VERSION=${VERSION:-1.13.0.2}
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}