diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-02-26 19:33:46 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-02-26 19:33:46 +0000 |
commit | e1445a7a33d86a534433db44f0635851c705b45d (patch) | |
tree | 541eea8bfd9bb695e79f3517d97b01acbe7f41a7 /games-server/tetrix/tetrix-1.13.16.1.40c-r2.ebuild | |
parent | Added lirc in use.mask (diff) | |
download | historical-e1445a7a33d86a534433db44f0635851c705b45d.tar.gz historical-e1445a7a33d86a534433db44f0635851c705b45d.tar.bz2 historical-e1445a7a33d86a534433db44f0635851c705b45d.zip |
fowners doesnt work on $D
Diffstat (limited to 'games-server/tetrix/tetrix-1.13.16.1.40c-r2.ebuild')
-rw-r--r-- | games-server/tetrix/tetrix-1.13.16.1.40c-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-server/tetrix/tetrix-1.13.16.1.40c-r2.ebuild b/games-server/tetrix/tetrix-1.13.16.1.40c-r2.ebuild index 0dda2fe74d86..c658b4b02e2f 100644 --- a/games-server/tetrix/tetrix-1.13.16.1.40c-r2.ebuild +++ b/games-server/tetrix/tetrix-1.13.16.1.40c-r2.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-server/tetrix/tetrix-1.13.16.1.40c-r2.ebuild,v 1.4 2004/02/26 19:32:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-server/tetrix/tetrix-1.13.16.1.40c-r2.ebuild,v 1.5 2004/02/26 19:33:46 vapier Exp $ inherit eutils gcc games @@ -52,6 +52,6 @@ src_install() { touch ${D}/${GAMES_LOGDIR}/${PN}.log prepgamesdirs - fowners ${GAMES_USER_DED}:${GAMES_GROUP} ${D}/${GAMES_STATEDIR}/${PN} - fowners ${GAMES_USER_DED}:${GAMES_GROUP} ${D}/${GAMES_LOGDIR}/${PN}.log + fowners ${GAMES_USER_DED}:${GAMES_GROUP} ${GAMES_STATEDIR}/${PN} + fowners ${GAMES_USER_DED}:${GAMES_GROUP} ${GAMES_LOGDIR}/${PN}.log } |