diff options
author | R. S. Ananda Murthy <rsamurti@gmail.com> | 2020-12-05 00:32:41 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-12-06 07:59:50 +0700 |
commit | 3c43d63a4ae0e643a8d67541cf296a98a6efc623 (patch) | |
tree | af1eb4eafc5b51595e1a6d7b03289ae572978948 /office/lyx/lyx.SlackBuild | |
parent | bb2430425b54f8221f3ee1c6a78e7c8bd683c4a7 (diff) | |
download | slackbuilds-3c43d63a4ae0e643a8d67541cf296a98a6efc623.tar.gz |
office/lyx: Updated for version 2.3.6.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/lyx/lyx.SlackBuild')
-rw-r--r-- | office/lyx/lyx.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/office/lyx/lyx.SlackBuild b/office/lyx/lyx.SlackBuild index a062abe012..b2f1ebfd8b 100644 --- a/office/lyx/lyx.SlackBuild +++ b/office/lyx/lyx.SlackBuild @@ -5,7 +5,7 @@ # Now maintained by R. S. Ananda Murthy (rsamurti@gmail.com) PRGNAM=lyx -VERSION=${VERSION:-2.3.5.2} +VERSION=${VERSION:-2.3.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -43,7 +43,7 @@ mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.xz -cd $PRGNAM-2.3.5.2 +cd $PRGNAM-2.3.6 chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |