diff options
author | 2017-06-23 10:35:22 +0200 | |
---|---|---|
committer | 2021-02-20 19:54:17 +0100 | |
commit | fb67090214ba2a415270630487a0c694413208fe (patch) | |
tree | e5cc1fc0819f9a4f038ce2c22db022508fee9c79 | |
parent | 77c0b44bbfd192ed8977df6dcfe55d5defeab350 (diff) | |
download | slackbuilds-gnubg.tar.gz |
games/gnubg: Removed autogen.sh as running it breaks build.gnubg
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r-- | games/gnubg/gnubg.SlackBuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/games/gnubg/gnubg.SlackBuild b/games/gnubg/gnubg.SlackBuild index 2e987b8125..6ba3010227 100644 --- a/games/gnubg/gnubg.SlackBuild +++ b/games/gnubg/gnubg.SlackBuild @@ -69,8 +69,6 @@ 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 {} \; -./autogen.sh - LDFLAGS="-L/usr/lib${LIBDIRSUFFIX}" \ CFLAGS="$SLKCFLAGS" \ ./configure \ |