summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Benjamin Trigona-Harany <bosth@alumni.sfu.ca>2014-04-13 13:42:12 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-04-13 13:42:12 +0700
commitaacb8e2c9371dc196d5c2cc53f881261f93fa474 (patch)
tree8882aef133cd660d8409f36a5d9d5e4d8cae4394
parent838b0bd67c36b239992b91c70861ac664ce70c48 (diff)
downloadslackbuilds-aacb8e2c9371dc196d5c2cc53f881261f93fa474.tar.gz
slackbuilds-aacb8e2c9371dc196d5c2cc53f881261f93fa474.tar.xz
development/lighttable: Fix symlink.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--development/lighttable/lighttable.SlackBuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/development/lighttable/lighttable.SlackBuild b/development/lighttable/lighttable.SlackBuild
index 728a152e53..a4e01b78ff 100644
--- a/development/lighttable/lighttable.SlackBuild
+++ b/development/lighttable/lighttable.SlackBuild
@@ -23,7 +23,7 @@
PRGNAM=lighttable
SRCNAM=LightTable
VERSION=${VERSION:-0.6.5}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -74,7 +74,10 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/bin
-ln -sf /opt/$PRGNAM/$SRCNAM $PKG/usr/bin
+ln -sf /opt/$SRCNAM/$SRCNAM $PKG/usr/bin
+
+mkdir -p $PKG/usr/share/pixmaps
+ln -sf /opt/$SRCNAM/core/img/lticon.png $PKG/usr/share/pixmaps/LightTable.png
mkdir -p $PKG/usr/share/applications
cat $CWD/$PRGNAM.desktop > $PKG/usr/share/applications/$PRGNAM.desktop