summaryrefslogtreecommitdiffstats
path: root/academic
diff options
context:
space:
mode:
author Petar Petrov2018-01-12 21:59:09 +0100
committer Willy Sudiarto Raharjo2018-01-13 01:13:04 +0100
commit8fb24198a665490efe986e7bc7a979ce1f60b6cf (patch)
treee621a2743e37363da2af1056c0de82c7a0ea96fd /academic
parent036f3512a9661e0a37045adbbc01a4ebc6271cf8 (diff)
downloadold.slackbuilds-8fb24198a665490efe986e7bc7a979ce1f60b6cf.tar.gz
academic/pamlX: Updated for paml-4.9g compatibility.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'academic')
-rw-r--r--academic/pamlX/pamlX.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/academic/pamlX/pamlX.SlackBuild b/academic/pamlX/pamlX.SlackBuild
index d634f178d2..7468d61b23 100644
--- a/academic/pamlX/pamlX.SlackBuild
+++ b/academic/pamlX/pamlX.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for pamlX
-# Copyright 2013-2016 Petar Petrov slackalaxy@gmail.com
+# Copyright 2013-2018 Petar Petrov slackalaxy@gmail.com
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@
PRGNAM=pamlX
VERSION=${VERSION:-1.3.1}
-BUILD=${BUILD:-4}
+BUILD=${BUILD:-5}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -74,8 +74,8 @@ find -L . \
# manuals installed by paml.
sed -i 's|QApplication::applicationDirPath()|"/usr"|g' mainwindow.cpp
sed -i 's|+= "/pamlx.conf"|= "~/.pamlX/pamlx.conf"|g' mainwindow.cpp
-sed -i 's|/doc/|/doc/paml-4.9e/|g' mainwindow.cpp
-sed -i 's|/doc/|/doc/paml-4.9e/|g' pamlhistorydialog.cpp
+sed -i 's|/doc/|/doc/paml-4.9g/|g' mainwindow.cpp
+sed -i 's|/doc/|/doc/paml-4.9g/|g' pamlhistorydialog.cpp
# If you want the "Help" menu to use something else than Okular for
# viewing the PDF documentation, uncomment the appropriate line below