diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-07-13 02:15:05 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-07-13 02:15:05 +0000 |
commit | 9f52a188ce27f3f2cfed2c25a0f64a3d6bc40ca0 (patch) | |
tree | 9025695a5f5322a91d6829829191dbd26ef584f2 | |
parent | version bump. bug #23818 (diff) | |
download | gentoo-2-9f52a188ce27f3f2cfed2c25a0f64a3d6bc40ca0.tar.gz gentoo-2-9f52a188ce27f3f2cfed2c25a0f64a3d6bc40ca0.tar.bz2 gentoo-2-9f52a188ce27f3f2cfed2c25a0f64a3d6bc40ca0.zip |
lets keep the homedir till portage is fixed
-rw-r--r-- | eclass/games-q3mod.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/games-q3mod.eclass b/eclass/games-q3mod.eclass index ddd0ea5f1041..2f21ad57c199 100644 --- a/eclass/games-q3mod.eclass +++ b/eclass/games-q3mod.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/games-q3mod.eclass,v 1.6 2003/07/09 00:32:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/games-q3mod.eclass,v 1.7 2003/07/13 02:15:05 vapier Exp $ inherit games @@ -56,6 +56,7 @@ games-q3mod_src_install() { dodir ${bdir}/q3a-homedir dosym ${bdir}/q3a-homedir ${GAMES_PREFIX}/.q3a + keepdir ${bdir}/q3a-homedir prepgamesdirs chmod g+rw ${D}/${mdir} ${D}/${bdir}/q3a-homedir chmod -R g+rw ${D}/${GAMES_SYSCONFDIR}/quake3 |