summaryrefslogtreecommitdiffstats
path: root/academic/tophat/tophat.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini2020-04-11 16:09:18 +0200
committer Matteo Bernardini2020-04-11 16:09:18 +0200
commitb4f164a81cd8b24517e17b7c5adad38d09968638 (patch)
tree7a4fa1f58087a7c402ce313a1c629407b6fb22ce /academic/tophat/tophat.SlackBuild
parent3fa270fe68663153ec4547b9988cc302cc8523ce (diff)
downloadslackbuilds-b4f164a81cd8b24517e17b7c5adad38d09968638.tar.gz
20200411.1 global branch merge.current-20200411.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'academic/tophat/tophat.SlackBuild')
-rw-r--r--academic/tophat/tophat.SlackBuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/academic/tophat/tophat.SlackBuild b/academic/tophat/tophat.SlackBuild
index f32fb590f5..e3e97fcc85 100644
--- a/academic/tophat/tophat.SlackBuild
+++ b/academic/tophat/tophat.SlackBuild
@@ -69,6 +69,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 archlinux
+patch -p1 < $CWD/make_pair.patch
+
./autogen.sh
CFLAGS="$SLKCFLAGS" \