summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Petar Petrov2018-06-18 00:40:24 +0200
committer David Spencer2018-06-18 00:41:03 +0200
commit7cb513baae710434047615c0e7da8759a8bab0de (patch)
treedcc7f5bb4ab2a25d98981199dfeb64e79dca8ade
parentad89b8f7940426f6a2bb6cd2c48bc951a9235ca7 (diff)
downloadslackbuilds-7cb513baae710434047615c0e7da8759a8bab0de.tar.gz
academic/pamlX: Updated to build with paml-4.9h.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r--academic/pamlX/pamlX.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/academic/pamlX/pamlX.SlackBuild b/academic/pamlX/pamlX.SlackBuild
index 7468d61b23..e25f9f4651 100644
--- a/academic/pamlX/pamlX.SlackBuild
+++ b/academic/pamlX/pamlX.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=pamlX
VERSION=${VERSION:-1.3.1}
-BUILD=${BUILD:-5}
+BUILD=${BUILD:-6}
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.9g/|g' mainwindow.cpp
-sed -i 's|/doc/|/doc/paml-4.9g/|g' pamlhistorydialog.cpp
+sed -i 's|/doc/|/doc/paml-4.9h/|g' mainwindow.cpp
+sed -i 's|/doc/|/doc/paml-4.9h/|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