summaryrefslogtreecommitdiffstats
path: root/academic/tophat/tophat.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini2020-06-28 11:40:19 +0200
committer Matteo Bernardini2020-06-28 11:40:19 +0200
commit6a78d79727ca87479d936e6f69ac67bf907b0d71 (patch)
treee7d1e5f89ac839b8816dffdb72101de6924eb333 /academic/tophat/tophat.SlackBuild
parent039623ea867a44e41cbf62cada3efca35cd703b8 (diff)
downloadslackbuilds-6a78d79727ca87479d936e6f69ac67bf907b0d71.tar.gz
20200628.1 global branch merge.current-20200628.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" \