From 3d9100e4bdd452f4c63a4b614f194293f3fbc0cb Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Sat, 25 Jul 2020 18:11:22 +0000 Subject: Sat Jul 25 18:11:22 UTC 2020 a/minicom-2.7.2-x86_64-1.txz: Upgraded. a/xfsprogs-5.7.0-x86_64-1.txz: Upgraded. l/harfbuzz-2.7.0-x86_64-1.txz: Upgraded. l/mozilla-nss-3.55-x86_64-1.txz: Upgraded. Fixed empty nspr-config. Thanks to saxa. n/postfix-3.5.5-x86_64-1.txz: Upgraded. extra/bash-completion/bash-completion-2.11-noarch-1.txz: Upgraded. --- source/l/harfbuzz/harfbuzz.SlackBuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'source/l/harfbuzz/harfbuzz.SlackBuild') diff --git a/source/l/harfbuzz/harfbuzz.SlackBuild b/source/l/harfbuzz/harfbuzz.SlackBuild index 07d9ddaff..4ba20e714 100755 --- a/source/l/harfbuzz/harfbuzz.SlackBuild +++ b/source/l/harfbuzz/harfbuzz.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2013, 2017, 2018 Patrick J. Volkerding, Sebeka, Minnesota, USA +# Copyright 2013, 2017, 2018, 2020 Patrick J. Volkerding, Sebeka, Minnesota, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -77,6 +77,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 + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ @@ -103,7 +107,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr mkdir -p $PKG/usr/doc/$PKGNAM-$VERSION cp -a \ - AUTHORS COPYING INSTALL NEWS README THANKS TODO \ + AUTHORS* COPYING* INSTALL* NEWS* README* THANKS* TODO* \ $PKG/usr/doc/$PKGNAM-$VERSION # If there's a ChangeLog, installing at least part of the recent history -- cgit v1.2.3