diff options
author | Larry Hajali <larryhaja@gmail.com> | 2014-12-16 00:32:06 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-12-16 00:32:06 +0700 |
commit | 03a6fd8a229023045ef381b7afb7d3e289e4c363 (patch) | |
tree | 71e66c6a7bf1046c0eade3f867092d60416cf18e /office/texmaker/texmaker.SlackBuild | |
parent | 91c0a4b7c91e202154c29cb3b69b9c784e730769 (diff) | |
download | slackbuilds-03a6fd8a229023045ef381b7afb7d3e289e4c363.tar.gz |
office/texmaker: Updated for version 4.4.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/texmaker/texmaker.SlackBuild')
-rw-r--r-- | office/texmaker/texmaker.SlackBuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/office/texmaker/texmaker.SlackBuild b/office/texmaker/texmaker.SlackBuild index f7f6fab099..b1a6509b1f 100644 --- a/office/texmaker/texmaker.SlackBuild +++ b/office/texmaker/texmaker.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for texmaker -# Copyright 2013 Larry Hajali <larryhaja[at]gmail[dot]com> +# Copyright 2013-2014 Larry Hajali <larryhaja[at]gmail[dot]com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=texmaker -VERSION=${VERSION:-4.3} +VERSION=${VERSION:-4.4.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -84,8 +84,7 @@ make install INSTALL_ROOT=$PKG find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true -mkdir -p $PKG/usr/man/man1 -install -m 0644 $CWD/$PRGNAM.1 $PKG/usr/man/man1 +install -D -m 0644 utilities/$PRGNAM.1 $PKG/usr/man/man1/$PRGNAM.1 gzip -9 $PKG/usr/man/man?/*.? for i in 16 22 32 48 64 128; do |