mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
games/fgo: Update EMAIL.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
6b7ccabd75
commit
a68ae5c42a
3 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue