diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-01-08 11:13:19 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-01-08 11:13:19 +0000 |
commit | bcacd096ade87030247537d9c7ce76363454002f (patch) | |
tree | f6738888821f339a4466e53866f1ae90ed4af051 /games-rpg/egoboo/files | |
parent | release new php stuff (diff) | |
download | historical-bcacd096ade87030247537d9c7ce76363454002f.tar.gz historical-bcacd096ade87030247537d9c7ce76363454002f.tar.bz2 historical-bcacd096ade87030247537d9c7ce76363454002f.zip |
try to fix bug 37474; use games eclass
Diffstat (limited to 'games-rpg/egoboo/files')
-rw-r--r-- | games-rpg/egoboo/files/egoboo-2.22.sh | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/games-rpg/egoboo/files/egoboo-2.22.sh b/games-rpg/egoboo/files/egoboo-2.22.sh index feea548d0885..48206b65a26b 100644 --- a/games-rpg/egoboo/files/egoboo-2.22.sh +++ b/games-rpg/egoboo/files/egoboo-2.22.sh @@ -1,3 +1,7 @@ #!/bin/sh -cd /usr/share/egoboo -/usr/share/egoboo/egoboo +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-rpg/egoboo/files/egoboo-2.22.sh,v 1.2 2004/01/08 11:13:13 mr_bones_ Exp $ + +cd GENTOODIR/egoboo +exec ./egoboo $@ |