diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-07-08 21:30:46 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-07-08 21:30:46 +0000 |
commit | b641bc13240a74dbd779cc183f9d4efb2897f074 (patch) | |
tree | a28df71b2ff38a741529f6e82088cf0a34954979 /eclass/games-q3mod.eclass | |
parent | added lirc support. Closes #23488 (diff) | |
download | gentoo-2-b641bc13240a74dbd779cc183f9d4efb2897f074.tar.gz gentoo-2-b641bc13240a74dbd779cc183f9d4efb2897f074.tar.bz2 gentoo-2-b641bc13240a74dbd779cc183f9d4efb2897f074.zip |
give dedicated a homedir
Diffstat (limited to 'eclass/games-q3mod.eclass')
-rw-r--r-- | eclass/games-q3mod.eclass | 7 |
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 } |