diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-04 06:50:47 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-04 06:50:47 +0000 |
commit | c9c2f1532d182c048cbeb787e370ff5a4e850d65 (patch) | |
tree | 2f45f9e2817049acc03b32c46399e0b4128565f1 /games-rpg/adonthell | |
parent | Varsion bum and copyright header fixes (Manifest recommit) (diff) | |
download | gentoo-2-c9c2f1532d182c048cbeb787e370ff5a4e850d65.tar.gz gentoo-2-c9c2f1532d182c048cbeb787e370ff5a4e850d65.tar.bz2 gentoo-2-c9c2f1532d182c048cbeb787e370ff5a4e850d65.zip |
die backticks
Diffstat (limited to 'games-rpg/adonthell')
-rw-r--r-- | games-rpg/adonthell/adonthell-0.3.3-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games-rpg/adonthell/adonthell-0.3.3-r1.ebuild b/games-rpg/adonthell/adonthell-0.3.3-r1.ebuild index 3b0c9ac1a8cb..23a6e8db32f2 100644 --- a/games-rpg/adonthell/adonthell-0.3.3-r1.ebuild +++ b/games-rpg/adonthell/adonthell-0.3.3-r1.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-rpg/adonthell/adonthell-0.3.3-r1.ebuild,v 1.5 2004/06/03 18:43:14 jhuebel Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/adonthell/adonthell-0.3.3-r1.ebuild,v 1.6 2004/06/04 06:50:47 mr_bones_ Exp $ inherit games @@ -23,8 +23,8 @@ DEPEND="dev-lang/python src_compile() { egamesconf \ - `use_enable nls` \ - `use_enable doc` \ + $(use_enable nls) \ + $(use_enable doc) \ --with-gnu-ld \ || die touch doc/items/{footer,header}.html @@ -32,7 +32,7 @@ src_compile() { } src_install() { - emake install DESTDIR=${D} || die + make DESTDIR="${D}" install || die "make install failed" dodoc README AUTHORS ChangeLog FULLSCREEN.howto NEWBIE NEWS prepgamesdirs } |