diff options
author | David Spencer <baildon.research@googlemail.com> | 2016-07-12 19:20:32 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2016-07-20 14:20:08 -0500 |
commit | 22838efe80469974962db4b6e1713a4a236ab038 (patch) | |
tree | 2ab29260264663a0599ff1bc55b1ae1a3060323e /system/unison/unison.SlackBuild | |
parent | b15965584a715691b8e982dc322c806c4186fa55 (diff) | |
download | slackbuilds-22838efe80469974962db4b6e1713a4a236ab038.tar.gz |
system/unison: Updated for version 2.48.4.
Fixes build failure with ocaml-4.03.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'system/unison/unison.SlackBuild')
-rw-r--r-- | system/unison/unison.SlackBuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/system/unison/unison.SlackBuild b/system/unison/unison.SlackBuild index e27c1ac72f..526de43269 100644 --- a/system/unison/unison.SlackBuild +++ b/system/unison/unison.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=unison -VERSION=${VERSION:-2.40.128} +VERSION=${VERSION:-2.48.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -46,8 +46,10 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +mkdir $PRGNAM-$VERSION cd $PRGNAM-$VERSION +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +cd src chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |