diff options
author | Dominik Drobek <dominik.drobek (at) o2.pl> | 2018-10-30 11:48:25 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-03 07:46:38 +0700 |
commit | 21f9cbdb1eae57d873b9c46cd0a3428d8fe8118f (patch) | |
tree | 29c1a6ce7bb29fc7927c3c369767ca68b8d7d81b /office/latexdiff/latexdiff.SlackBuild | |
parent | 7bae185dd7c1c1e055ace9ece87eeb19c73e1c36 (diff) |
office/latexdiff: Updated for version 1.3.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'office/latexdiff/latexdiff.SlackBuild')
-rw-r--r-- | office/latexdiff/latexdiff.SlackBuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/office/latexdiff/latexdiff.SlackBuild b/office/latexdiff/latexdiff.SlackBuild index 23ac17f6af8f3..61ffae61d2443 100644 --- a/office/latexdiff/latexdiff.SlackBuild +++ b/office/latexdiff/latexdiff.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=latexdiff -VERSION=${VERSION:-1.2.1} +VERSION=${VERSION:-1.3.0} ARCH=noarch BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -48,12 +48,8 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -mkdir -p $PKG/usr/{bin,man/man1} make install INSTALLPATH=$PKG/usr -# make install changes modes of man pages to 755, change them back -chmod 644 $PKG/usr/man/man1/latex*.1 - find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done |