diff options
Diffstat (limited to 'audio/jackmeter/jackmeter.SlackBuild')
-rw-r--r-- | audio/jackmeter/jackmeter.SlackBuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/jackmeter/jackmeter.SlackBuild b/audio/jackmeter/jackmeter.SlackBuild index 634df6168cea..b43b91e77764 100644 --- a/audio/jackmeter/jackmeter.SlackBuild +++ b/audio/jackmeter/jackmeter.SlackBuild @@ -53,6 +53,9 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; +# 20170716 bkw: github download needs this +autoreconf -ifv + # minor markup errors, plus document the default value for -r option patch -p1 < $CWD/fix_manpage.diff |