diff options
author | Philip Lacroix <slackph at posteo dot de> | 2015-09-11 01:41:37 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-09-11 01:41:37 +0700 |
commit | a68ae5c42aeafccfa97a4e7763e5e1d3b58b0c45 (patch) | |
tree | 94eeaf0beed3676eb9cece50bd91568eaf590389 /games/fgo/fgo.SlackBuild | |
parent | 6b7ccabd75ffb95cce8102d6456a95937cb63e30 (diff) | |
download | slackbuilds-a68ae5c42aeafccfa97a4e7763e5e1d3b58b0c45.tar.gz |
games/fgo: Update EMAIL.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/fgo/fgo.SlackBuild')
-rw-r--r-- | games/fgo/fgo.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/fgo/fgo.SlackBuild b/games/fgo/fgo.SlackBuild index 9cfdd0c280..1726a0944e 100644 --- a/games/fgo/fgo.SlackBuild +++ b/games/fgo/fgo.SlackBuild @@ -1,8 +1,8 @@ #!/bin/sh -# Slackware build script for FGo!, a graphical front end for FlightGear +# Slackware build script for fgo -# Copyright 2013-2014 Philip Lacroix <philnx at posteo dot de> +# Copyright 2013-2015 Philip Lacroix <slackph at posteo dot de> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -54,7 +54,7 @@ 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 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; PRGDIR=$PKG/opt/$PRGNAM PRGDAT=$PKG/opt/$PRGNAM/data |