diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2012-12-28 17:55:51 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2012-12-28 17:55:51 +0000 |
commit | c03d7d10fcebd40c4dbd6481003e227c71dcc53e (patch) | |
tree | 99198c309e8420bf5f8f03273936e280749f17c5 /games-server/nwn-ded/nwn-ded-1.69.ebuild | |
parent | Stable for sparc, wrt bug #440872 (diff) | |
download | gentoo-2-c03d7d10fcebd40c4dbd6481003e227c71dcc53e.tar.gz gentoo-2-c03d7d10fcebd40c4dbd6481003e227c71dcc53e.tar.bz2 gentoo-2-c03d7d10fcebd40c4dbd6481003e227c71dcc53e.zip |
Use QA_PREBUILT. Bug #448540
(Portage version: 2.1.11.38/cvs/Linux i686, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-server/nwn-ded/nwn-ded-1.69.ebuild')
-rw-r--r-- | games-server/nwn-ded/nwn-ded-1.69.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/games-server/nwn-ded/nwn-ded-1.69.ebuild b/games-server/nwn-ded/nwn-ded-1.69.ebuild index d1d4e770c6df..ce6cd5aa88b1 100644 --- a/games-server/nwn-ded/nwn-ded-1.69.ebuild +++ b/games-server/nwn-ded/nwn-ded-1.69.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-server/nwn-ded/nwn-ded-1.69.ebuild,v 1.3 2011/10/24 19:55:23 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-server/nwn-ded/nwn-ded-1.69.ebuild,v 1.4 2012/12/28 17:55:51 tupone Exp $ inherit games @@ -24,6 +24,9 @@ RDEPEND="amd64? ( app-emulation/emul-linux-x86-baselibs S=${WORKDIR} +dir=${GAMES_PREFIX_OPT}/${PN} +QA_PREBUILT="${dir:1}/common/nwserver" + src_unpack() { mkdir common || die "Failed creating directory" cd common @@ -52,7 +55,6 @@ src_unpack() { } src_install() { - local dir=${GAMES_PREFIX_OPT}/${PN} dodir ${dir} local currentlocale |