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 | |
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')
-rw-r--r-- | games/fgo/fgo.SlackBuild | 6 | ||||
-rw-r--r-- | games/fgo/fgo.info | 2 | ||||
-rw-r--r-- | games/fgo/slack-desc | 2 |
3 files changed, 5 insertions, 5 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 diff --git a/games/fgo/fgo.info b/games/fgo/fgo.info index ed678d8d7b..57873142bf 100644 --- a/games/fgo/fgo.info +++ b/games/fgo/fgo.info @@ -7,4 +7,4 @@ DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="FlightGear" MAINTAINER="Philip Lacroix" -EMAIL="philnx at posteo dot de" +EMAIL="slackph at posteo dot de" diff --git a/games/fgo/slack-desc b/games/fgo/slack-desc index eacd13533b..a8b6920b3b 100644 --- a/games/fgo/slack-desc +++ b/games/fgo/slack-desc @@ -6,7 +6,7 @@ # customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| -fgo: FGo! (a simple and fast front end for FlightGear Flight Simulator) +fgo: fgo (a simple and fast front end for FlightGear Flight Simulator) fgo: fgo: FGo! is a simple and fast graphical front end for FlightGear, written fgo: in Python by Robert Leda. It combines a simple graphical interface, |