summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-07-08 21:30:46 +0000
committerMike Frysinger <vapier@gentoo.org>2003-07-08 21:30:46 +0000
commit4bd33b08472899c64890fd6f608bc2988e047f70 (patch)
tree53a425e38b91792dd100251268dc8a4da7015289 /eclass/games-q3mod.eclass
parentadded lirc support. Closes #23488 (diff)
downloadhistorical-4bd33b08472899c64890fd6f608bc2988e047f70.tar.gz
historical-4bd33b08472899c64890fd6f608bc2988e047f70.tar.bz2
historical-4bd33b08472899c64890fd6f608bc2988e047f70.zip
give dedicated a homedir
Diffstat (limited to 'eclass/games-q3mod.eclass')
-rw-r--r--eclass/games-q3mod.eclass7
1 files changed, 4 insertions, 3 deletions
diff --git a/eclass/games-q3mod.eclass b/eclass/games-q3mod.eclass
index 6952ac3714a5..0722f46cb02a 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.3 2003/07/08 21:02:37 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/games-q3mod.eclass,v 1.4 2003/07/08 21:30:46 vapier Exp $
inherit games
@@ -54,9 +54,10 @@ games-q3mod_src_install() {
dodir ${GAMES_SYSCONFDIR}/quake3
- dodir ${GAMES_PREFIX}/.q3a
+ dodir ${bdir}/q3a-homedir
+ dosym ${bdir}/q3a-homedir ${GAMES_PREFIX}/.q3a
prepgamesdirs
- chmod g+rw ${D}/${mdir} ${D}/${GAMES_PREFIX}/.q3a
+ chmod g+rw ${D}/${mdir} ${D}/${bdir}/q3a-homedir
chmod -R g+rw ${D}/${GAMES_SYSCONFDIR}/quake3
}