diff options
Diffstat (limited to 'development/dart/dart.SlackBuild')
-rw-r--r-- | development/dart/dart.SlackBuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/development/dart/dart.SlackBuild b/development/dart/dart.SlackBuild index 6b3f47a33d..5bc4629636 100644 --- a/development/dart/dart.SlackBuild +++ b/development/dart/dart.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for <dart> -# Copyright 2016-2018 Zhu Qun-Ying +# Copyright 2016-2019 Zhu Qun-Ying # 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=dart -VERSION=${VERSION:-2.2.0} +VERSION=${VERSION:-2.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -72,6 +72,9 @@ mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc cat $CWD/doinst.sh > $PKG/install/doinst.sh +chmod +x $PKG/opt/dart-sdk/bin/snapshots/resources +chmod +x $PKG/opt/dart-sdk/bin/snapshots/resources/dartdoc/ + cd $PKG chmod +rx opt/dart-sdk opt/dart-sdk/bin opt/dart-sdk/bin/snapshots/ /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} |