diff options
Diffstat (limited to 'development/google-webdesigner/google-webdesigner.SlackBuild')
-rw-r--r-- | development/google-webdesigner/google-webdesigner.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/development/google-webdesigner/google-webdesigner.SlackBuild b/development/google-webdesigner/google-webdesigner.SlackBuild index 5c7f7040c1..2259201c60 100644 --- a/development/google-webdesigner/google-webdesigner.SlackBuild +++ b/development/google-webdesigner/google-webdesigner.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for google-webdesigner -# Copyright 2014 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2014-2015 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=google-webdesigner -VERSION=${VERSION:-1.1.3.1119} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.1.7.0} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -69,6 +69,7 @@ rm -rf $PKG/usr/share/doc rm -rf $PKG/etc chmod 644 $PKG/usr/share/applications/$PRGNAM.desktop +chmod 4755 $PKG/opt/google/webdesigner/chrome-sandbox mkdir -p $PKG/usr/share/pixmaps cp $PKG/opt/google/webdesigner/resources/product_logo_128.png $PKG/usr/share/pixmaps/$PRGNAM.png |