diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-07-17 06:15:41 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-07-17 06:15:41 +0000 |
commit | b90ec38fb54cfc6b0f3be456c5cd5b41c97dfb1c (patch) | |
tree | 4c23fadbb1809d7b7e9dd2e6b3de88d25a59e3e4 /games-action/barrage | |
parent | Remove sparc keywords from udev-062 and udev-063 until bus error in Bug #9929... (diff) | |
download | gentoo-2-b90ec38fb54cfc6b0f3be456c5cd5b41c97dfb1c.tar.gz gentoo-2-b90ec38fb54cfc6b0f3be456c5cd5b41c97dfb1c.tar.bz2 gentoo-2-b90ec38fb54cfc6b0f3be456c5cd5b41c97dfb1c.zip |
quote D
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'games-action/barrage')
-rw-r--r-- | games-action/barrage/barrage-1.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-action/barrage/barrage-1.0.2.ebuild b/games-action/barrage/barrage-1.0.2.ebuild index 1d18aa1a06b6..20935c7d6841 100644 --- a/games-action/barrage/barrage-1.0.2.ebuild +++ b/games-action/barrage/barrage-1.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/barrage/barrage-1.0.2.ebuild,v 1.2 2005/05/31 09:09:54 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/barrage/barrage-1.0.2.ebuild,v 1.3 2005/07/17 06:15:41 vapier Exp $ inherit games @@ -23,7 +23,7 @@ src_compile() { } src_install() { - make DESTDIR=${D} install || die "make install failed" + make DESTDIR="${D}" install || die "make install failed" dodoc AUTHORS BUGS ChangeLog README prepgamesdirs } |