summaryrefslogtreecommitdiffstats
path: root/development/lighttable/lighttable.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/lighttable/lighttable.SlackBuild')
-rw-r--r--development/lighttable/lighttable.SlackBuild6
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