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 | d4ef819c8e05ebf0460ba3dbb95ef0273c428013 (patch) | |
tree | 6d2e4e40e1dfa28153f0fd0184dfe6504d5884d5 /games-rpg/egoboo/files | |
parent | release new php stuff (diff) | |
download | gentoo-2-d4ef819c8e05ebf0460ba3dbb95ef0273c428013.tar.gz gentoo-2-d4ef819c8e05ebf0460ba3dbb95ef0273c428013.tar.bz2 gentoo-2-d4ef819c8e05ebf0460ba3dbb95ef0273c428013.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 $@ |