diff options
author | Petar Petrov <slackalaxy@gmail.com> | 2017-04-16 22:04:53 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-22 08:10:39 +0700 |
commit | 6f7181339b11bb86c492292c523576fd06c719ec (patch) | |
tree | 51d5bb8af39593b1f90aa7c8ae11696fec3bb1ce | |
parent | 59cac45df1ff5aef46a90c979cde49080ec9491d (diff) |
academic/pamlX: Amended to build with paml 4.9e.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r-- | academic/pamlX/pamlX.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/academic/pamlX/pamlX.SlackBuild b/academic/pamlX/pamlX.SlackBuild index ef1aff585279..d634f178d259 100644 --- a/academic/pamlX/pamlX.SlackBuild +++ b/academic/pamlX/pamlX.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=pamlX VERSION=${VERSION:-1.3.1} -BUILD=${BUILD:-3} +BUILD=${BUILD:-4} 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.9c/|g' mainwindow.cpp -sed -i 's|/doc/|/doc/paml-4.9c/|g' pamlhistorydialog.cpp +sed -i 's|/doc/|/doc/paml-4.9e/|g' mainwindow.cpp +sed -i 's|/doc/|/doc/paml-4.9e/|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 |