From a8c695ebb2864720fb0352c89c006a206467a7ad Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Thu, 15 Mar 2018 19:28:13 +0100 Subject: development/ocamlbuild: Updated for version 0.12.0. Signed-off-by: Matteo Bernardini --- development/ocamlbuild/ocamlbuild.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'development/ocamlbuild/ocamlbuild.SlackBuild') diff --git a/development/ocamlbuild/ocamlbuild.SlackBuild b/development/ocamlbuild/ocamlbuild.SlackBuild index e4ff8e5449..e28405a292 100644 --- a/development/ocamlbuild/ocamlbuild.SlackBuild +++ b/development/ocamlbuild/ocamlbuild.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for ocamlbuild -# Copyright 2016 Matteo Bernardini , Pisa, Italy +# Copyright 2016-2018 Matteo Bernardini , Pisa, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=ocamlbuild -VERSION=${VERSION:-0.10.1} +VERSION=${VERSION:-0.12.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -62,7 +62,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.?z* || tar xvf $CWD/$VERSION.tar.?z* +tar xvf $CWD/$PRGNAM-$VERSION.tar.?z* cd $PRGNAM-$VERSION chown -R root:root . find -L . \ -- cgit v1.2.3