diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-07-08 20:40:38 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-07-08 20:40:38 +0000 |
commit | f85f038727eac5bf262aafeb4e569536133f4ae1 (patch) | |
tree | f6cb301b7940f0aa8077cd6656572a9781b7cd53 /eclass/games-q3mod.eclass | |
parent | add ~alpha (diff) | |
download | historical-f85f038727eac5bf262aafeb4e569536133f4ae1.tar.gz historical-f85f038727eac5bf262aafeb4e569536133f4ae1.tar.bz2 historical-f85f038727eac5bf262aafeb4e569536133f4ae1.zip |
make dedicated work
Diffstat (limited to 'eclass/games-q3mod.eclass')
-rw-r--r-- | eclass/games-q3mod.eclass | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/eclass/games-q3mod.eclass b/eclass/games-q3mod.eclass index 23910b137380..bdc3ac29cdcf 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.1 2003/07/02 13:08:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/games-q3mod.eclass,v 1.2 2003/07/08 20:40:38 vapier Exp $ inherit games @@ -54,8 +54,9 @@ games-q3mod_src_install() { dodir ${GAMES_SYSCONFDIR}/quake3 + dodir ${GAMES_PREFIX}/.q3a prepgamesdirs - chmod g+rw ${D}/${mdir} + chmod g+rw ${D}/${mdir} ${D}/${GAMES_PREFIX}/.q3a chmod -R g+rw ${D}/${GAMES_SYSCONFDIR}/quake3 } @@ -84,6 +85,7 @@ EOF games-q3mod_make_init.d() { cat << EOF > ${T}/q3ded-${MOD_NAME}.init.d +#!/sbin/runscript $(<${PORTDIR}/header.txt) depend() { |