diff options
Diffstat (limited to 'games/FlightGear/FlightGear.SlackBuild')
-rw-r--r-- | games/FlightGear/FlightGear.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/FlightGear/FlightGear.SlackBuild b/games/FlightGear/FlightGear.SlackBuild index 8dd9392e766a1..ac846100e33c1 100644 --- a/games/FlightGear/FlightGear.SlackBuild +++ b/games/FlightGear/FlightGear.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=FlightGear SRCNAM=flightgear -VERSION=${VERSION:-2018.2.2} +VERSION=${VERSION:-2018.3.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -77,6 +77,9 @@ 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 {} \; +# patch for broken links: +patch -p1 < $CWD/flightgear-fix-broken-links.patch + mkdir -p build cd build cmake \ |