diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2013-11-18 18:27:09 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-19 01:10:57 -0600 |
commit | bcdc93d0d4cb91d7418c5c6c9654c733fc616c6f (patch) | |
tree | 6aef187d6e34533319bb3a93a4ef85d2eac9a9bb /games/FlightGear/FlightGear.SlackBuild | |
parent | fdf7b13e2cb785b248c2b4b84ef6652af34152d6 (diff) | |
download | slackbuilds-bcdc93d0d4cb91d7418c5c6c9654c733fc616c6f.tar.gz |
games/FlightGear: Updated for version 2.12.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'games/FlightGear/FlightGear.SlackBuild')
-rw-r--r-- | games/FlightGear/FlightGear.SlackBuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/games/FlightGear/FlightGear.SlackBuild b/games/FlightGear/FlightGear.SlackBuild index b98c0f4235..f4f2667300 100644 --- a/games/FlightGear/FlightGear.SlackBuild +++ b/games/FlightGear/FlightGear.SlackBuild @@ -4,7 +4,7 @@ PRGNAM=FlightGear SRCNAM=flightgear -VERSION=${VERSION:-2.8.0} +VERSION=${VERSION:-2.12.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -46,11 +46,11 @@ rm -rf $SRCNAM-$VERSION tar xvf $CWD/$SRCNAM-$VERSION.tar.?z* cd $SRCNAM-$VERSION chown -R root:root . -find . \ - \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; +find -L . \ + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; mkdir -p build cd build |