diff options
Diffstat (limited to 'source/x/libglvnd/libglvnd.SlackBuild')
-rwxr-xr-x | source/x/libglvnd/libglvnd.SlackBuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/source/x/libglvnd/libglvnd.SlackBuild b/source/x/libglvnd/libglvnd.SlackBuild index ef5d65dd..7c0089ec 100755 --- a/source/x/libglvnd/libglvnd.SlackBuild +++ b/source/x/libglvnd/libglvnd.SlackBuild @@ -1,9 +1,7 @@ #!/bin/bash -# Slackware build script for libglvnd - # Copyright 2019 Heinz Wiesinger, Amsterdam, The Netherlands -# Copyright 2019 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2019, 2020 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -77,9 +75,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \+ -# Fix headers: -zcat $CWD/patches/193.patch.gz | patch -p1 --verbose || exit 1 - if [ ! -r configure ]; then NOCONFIGURE=1 ./autogen.sh fi |