summaryrefslogtreecommitdiffstats
path: root/libraries/ocaml-ounit/ocaml-ounit.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/ocaml-ounit/ocaml-ounit.SlackBuild')
-rw-r--r--libraries/ocaml-ounit/ocaml-ounit.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/libraries/ocaml-ounit/ocaml-ounit.SlackBuild b/libraries/ocaml-ounit/ocaml-ounit.SlackBuild
index eb1f510416..98d5dcf547 100644
--- a/libraries/ocaml-ounit/ocaml-ounit.SlackBuild
+++ b/libraries/ocaml-ounit/ocaml-ounit.SlackBuild
@@ -21,6 +21,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=ocaml-ounit
VERSION=${VERSION:-2.0.0}
BUILD=${BUILD:-1}
@@ -36,7 +38,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}