diff options
author | Christoph Willing <chris.willing@linux.com> | 2019-04-15 21:04:35 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-04-20 08:20:52 +0700 |
commit | 54be9f6f08fcae0082090faec59d22e0819a8745 (patch) | |
tree | 75138a9daa7d3a311dfc2477d1efe31706fb4921 /development/crosstool-ng/crosstool-ng.SlackBuild | |
parent | 7996293169d9607aefa3e6dd5230bd7684ef4f7e (diff) |
development/crosstool-ng: Updated for version 1.24.0
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Diffstat (limited to 'development/crosstool-ng/crosstool-ng.SlackBuild')
-rw-r--r-- | development/crosstool-ng/crosstool-ng.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/development/crosstool-ng/crosstool-ng.SlackBuild b/development/crosstool-ng/crosstool-ng.SlackBuild index 78fea346a1aec..af595cfed364b 100644 --- a/development/crosstool-ng/crosstool-ng.SlackBuild +++ b/development/crosstool-ng/crosstool-ng.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for crosstool-ng -# Copyright 2013-2017 Christoph Willing, Australia +# Copyright 2013-2019 Christoph Willing, Australia # 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=crosstool-ng -VERSION=${VERSION:-1.23.0} +VERSION=${VERSION:-1.24.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -90,7 +90,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a COPYING README* TODO LICENSE $PKG/usr/doc/$PRGNAM-$VERSION +cp -a COPYING TODO LICENSE $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install |