diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-04-29 20:19:12 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-04-30 08:59:51 +0200 |
commit | 9c2212f2f0266fbe1868a4dd615bf08341d541e1 (patch) | |
tree | 9fd2d462f8b35473896b40cb53eabc99499285e7 /source/ap | |
parent | fc35afb36c8162cb44fa7d9b72b8e3bed0cfe491 (diff) | |
download | current-9c2212f2f0266fbe1868a4dd615bf08341d541e1.tar.gz current-9c2212f2f0266fbe1868a4dd615bf08341d541e1.tar.xz |
Wed Apr 29 20:19:12 UTC 202020200429201912
ap/tmux-3.1a-x86_64-1.txz: Upgraded.
d/cmake-3.17.2-x86_64-1.txz: Upgraded.
n/curl-7.70.0-x86_64-1.txz: Upgraded.
n/openldap-client-2.4.50-x86_64-1.txz: Upgraded.
xap/audacious-4.0.3-x86_64-1.txz: Upgraded.
xap/audacious-plugins-4.0.3-x86_64-1.txz: Upgraded.
extra/pure-alsa-system/audacious-plugins-4.0.3-x86_64-1_alsa.txz: Upgraded.
Diffstat (limited to 'source/ap')
-rwxr-xr-x | source/ap/tmux/tmux.SlackBuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source/ap/tmux/tmux.SlackBuild b/source/ap/tmux/tmux.SlackBuild index d3b77a643..9ed82bf25 100755 --- a/source/ap/tmux/tmux.SlackBuild +++ b/source/ap/tmux/tmux.SlackBuild @@ -88,6 +88,10 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \+ +if [ ! -r configure ]; then + NOCONFIGURE=1 ./autogen.sh +fi + # Configure: CFLAGS="$SLKCFLAGS" \ ./configure \ |