diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-22 15:51:36 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-22 15:51:36 +0000 |
commit | be44f95b1b60ce63c6b05bdd04b1bba4daac9e43 (patch) | |
tree | 0037fab21393bd36effc13fbe3f149ac68fdc648 /games-action | |
parent | amd64 (Manifest recommit) (diff) | |
download | gentoo-2-be44f95b1b60ce63c6b05bdd04b1bba4daac9e43.tar.gz gentoo-2-be44f95b1b60ce63c6b05bdd04b1bba4daac9e43.tar.bz2 gentoo-2-be44f95b1b60ce63c6b05bdd04b1bba4daac9e43.zip |
more instructions for post-install (bug #42383)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/xshipwars/ChangeLog | 8 | ||||
-rw-r--r-- | games-action/xshipwars/xshipwars-1.34.0.ebuild | 5 |
2 files changed, 10 insertions, 3 deletions
diff --git a/games-action/xshipwars/ChangeLog b/games-action/xshipwars/ChangeLog index 41df53ae176e..5c874f7e8b82 100644 --- a/games-action/xshipwars/ChangeLog +++ b/games-action/xshipwars/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/xshipwars -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/xshipwars/ChangeLog,v 1.2 2003/09/10 20:31:56 vapier Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/xshipwars/ChangeLog,v 1.3 2004/02/22 15:51:36 mr_bones_ Exp $ + + 22 Feb 2004; Michael Sterrett <mr_bones_@gentoo.org> + xshipwars-1.34.0.ebuild: + more instructions for post-install (bug #42383) *xshipwars-1.34.0 (01 Feb 2002) diff --git a/games-action/xshipwars/xshipwars-1.34.0.ebuild b/games-action/xshipwars/xshipwars-1.34.0.ebuild index a831a1abe9d3..485ffdc3396c 100644 --- a/games-action/xshipwars/xshipwars-1.34.0.ebuild +++ b/games-action/xshipwars/xshipwars-1.34.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/xshipwars/xshipwars-1.34.0.ebuild,v 1.3 2004/02/20 06:13:57 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/xshipwars/xshipwars-1.34.0.ebuild,v 1.4 2004/02/22 15:51:36 mr_bones_ Exp $ inherit gcc games eutils @@ -67,10 +67,13 @@ pkg_postinst() { einfo "global XShipWars client configuration file and copy it to " einfo "your home directory: " echo + einfo "# mkdir ~/.shipwars/" einfo "# cd /usr/share/games/xshipwars/etc/ " einfo "# cp xshipwarsrc ~/.shipwars/xshipwarsrc " einfo "# cp universes ~/.shipwars/universes " echo + einfo "You will probably need to edit the xshipwarsrc to fit your needs." + echo einfo "Then type 'xsw &' to start the game" echo } |