aboutsummaryrefslogtreecommitdiff
path: root/academic/ugene/ugene.SlackBuild
diff options
context:
space:
mode:
authorMatteo Bernardini <ponce@slackbuilds.org>2017-07-26 17:54:50 +0200
committerRobby Workman <rworkman@slackbuilds.org>2021-04-18 00:03:07 -0500
commit9ea2c40eee44ab99d9e34c9acfac0f4ee138a493 (patch)
treea94113554a3b058e1c515b25fa5aac23f6320823 /academic/ugene/ugene.SlackBuild
parent5b57c6efd35dcbfb72e987549356d3a4277c3ef5 (diff)
academic/ugene: Patch to avoid hardcoding headers location.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'academic/ugene/ugene.SlackBuild')
-rw-r--r--academic/ugene/ugene.SlackBuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/academic/ugene/ugene.SlackBuild b/academic/ugene/ugene.SlackBuild
index 45a5a5885adb..9ebc39636d69 100644
--- a/academic/ugene/ugene.SlackBuild
+++ b/academic/ugene/ugene.SlackBuild
@@ -73,6 +73,9 @@ 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 {} \;
+# Thanks fedora
+patch -p1 < $CWD/ugene-1.22.0-dont_hardcode_includes.patch
+
# Fix libraries and man pages paths
sed -i "s:/lib:/lib${LIBDIRSUFFIX}:g" src/ugene_globals.pri
sed -i "s:/share/man:/man:g" src/ugene_globals.pri