diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2022-02-27 20:23:01 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2022-02-27 22:29:06 -0600 |
commit | 29440afed6f634d9e6ff41a884d4ad6abf8c756c (patch) | |
tree | 5e234c57a2c386c44482434453ed4358a25e22d5 /academic/pamlX/pamlX.SlackBuild | |
parent | a2f24b242213c1cc07a9f91bea9dc9814630ac30 (diff) |
academic/pamlX: Use qt4.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'academic/pamlX/pamlX.SlackBuild')
-rw-r--r-- | academic/pamlX/pamlX.SlackBuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/academic/pamlX/pamlX.SlackBuild b/academic/pamlX/pamlX.SlackBuild index cbefd5a500..a74dd7c25a 100644 --- a/academic/pamlX/pamlX.SlackBuild +++ b/academic/pamlX/pamlX.SlackBuild @@ -79,6 +79,8 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +. /etc/profile.d/qt4.sh + # Fix the path where pamlX looks for the paml executables, its config # file (if necessary it should be in your home directory) and the # manuals installed by paml. |