diff options
author | Ryan P.C. McQuen <ryanpcmcquen@gmail.com> | 2014-07-21 07:07:26 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-07-21 07:07:26 +0700 |
commit | 58c99c5ce44a845c6b7871592d4bcdbd60bfeeb3 (patch) | |
tree | 35872a681614620402d786a903c3da23f8413d79 /development/lighttable/lighttable.SlackBuild | |
parent | 52aff9a532552e98c76c5de39df837824830c019 (diff) | |
download | slackbuilds-58c99c5ce44a845c6b7871592d4bcdbd60bfeeb3.tar.gz |
development/lighttable: Updated for version 0.6.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/lighttable/lighttable.SlackBuild')
-rw-r--r-- | development/lighttable/lighttable.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/development/lighttable/lighttable.SlackBuild b/development/lighttable/lighttable.SlackBuild index 83e7584209..3b73a014ff 100644 --- a/development/lighttable/lighttable.SlackBuild +++ b/development/lighttable/lighttable.SlackBuild @@ -25,7 +25,7 @@ PRGNAM=lighttable SRCNAM=LightTable -VERSION=${VERSION:-0.6.6} +VERSION=${VERSION:-0.6.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -66,9 +66,9 @@ cd "$TARBALL_ROOT" chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ - -o -perm 511 \) -exec chmod 755 {} \; -o \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; mkdir -p $PKG/opt/$SRCNAM cp -a * $PKG/opt/$SRCNAM |