diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-04-24 14:03:50 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-04-24 14:04:17 +0700 |
commit | e3290eab713cdb4a560d343b106fb2b5ac3de048 (patch) | |
tree | 2965aa1c269e1b4bab851ae0f0e7bc09064be8f2 /office/texmacs/texmacs.SlackBuild | |
parent | 2ab8a516e114988bca2392fb60495ed8afed9116 (diff) |
office/texmacs: Updated for version 1.99.19.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/texmacs/texmacs.SlackBuild')
-rw-r--r-- | office/texmacs/texmacs.SlackBuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/office/texmacs/texmacs.SlackBuild b/office/texmacs/texmacs.SlackBuild index f8991c36b1e11..8a54c0ffc468c 100644 --- a/office/texmacs/texmacs.SlackBuild +++ b/office/texmacs/texmacs.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=texmacs -VERSION=${VERSION:-1.99.17} +VERSION=${VERSION:-1.99.19} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -96,7 +96,6 @@ CXX="g++" \ --sysconfdir=/etc \ --localstatedir=/var \ --mandir=/usr/man \ - --docdir=/usr/doc/$PRGNAM-$VERSION \ --build=$ARCH-slackware-linux sed -i -e "s|-lfreetype|-lfreetype -lz|" src/makefile |