diff options
author | Ryan P.C. McQuen <ryan.q@linux.com> | 2015-02-10 08:55:32 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-15 07:56:38 +0700 |
commit | 57c524f9ac2b232b79a8689cbaf1fca438686869 (patch) | |
tree | b9b7e96b1fed2249e3905513eca162b45e0edc78 /development/textadept/textadept.SlackBuild | |
parent | 43c579ca0e8dbf681b6a74adba92c7ecf3de504c (diff) | |
download | slackbuilds-57c524f9ac2b232b79a8689cbaf1fca438686869.tar.gz |
development/textadept: Updated for version 7.8 & fixed symlinks.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
Diffstat (limited to 'development/textadept/textadept.SlackBuild')
-rw-r--r-- | development/textadept/textadept.SlackBuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/development/textadept/textadept.SlackBuild b/development/textadept/textadept.SlackBuild index 008928d8cd..9de859f6b1 100644 --- a/development/textadept/textadept.SlackBuild +++ b/development/textadept/textadept.SlackBuild @@ -21,7 +21,7 @@ # not, see <http://www.gnu.org/licenses/>. PRGNAM=textadept -VERSION=${VERSION:-7.7} +VERSION=${VERSION:-7.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -80,7 +80,12 @@ 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/"${PRGNAM}"* $PKG/usr/bin/ +ln -sf /opt/$PRGNAM/"${PRGNAM}" $PKG/usr/bin/ +ln -sf /opt/$PRGNAM/"${PRGNAM}"-curses $PKG/usr/bin/ +ln -sf /opt/$PRGNAM/"${PRGNAM}"jit $PKG/usr/bin/ +ln -sf /opt/$PRGNAM/"${PRGNAM}"jit-curses $PKG/usr/bin/ +ln -sf /opt/$PRGNAM/"${PRGNAM}" $PKG/usr/bin/tad +ln -sf /opt/$PRGNAM/"${PRGNAM}"-curses $PKG/usr/bin/tadc mkdir -p $PKG/usr/share/pixmaps/ ln -sf /opt/$PRGNAM/core/images/${PRGNAM}.png $PKG/usr/share/pixmaps/ |