diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2008-05-15 13:34:01 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2008-05-15 13:34:01 +0000 |
commit | 7e2d5bbcba5769639164e8e3246c83a7d63aa3e8 (patch) | |
tree | 01fdeb003c86ca1efffb8bc6897835883164de80 /games-rpg | |
parent | inherit games last (diff) | |
download | gentoo-2-7e2d5bbcba5769639164e8e3246c83a7d63aa3e8.tar.gz gentoo-2-7e2d5bbcba5769639164e8e3246c83a7d63aa3e8.tar.bz2 gentoo-2-7e2d5bbcba5769639164e8e3246c83a7d63aa3e8.zip |
inherit eutils
(Portage version: 2.1.5)
Diffstat (limited to 'games-rpg')
-rw-r--r-- | games-rpg/nwmovies/nwmovies-0.1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games-rpg/nwmovies/nwmovies-0.1.ebuild b/games-rpg/nwmovies/nwmovies-0.1.ebuild index 5f581f058d21..66b8d4d05519 100644 --- a/games-rpg/nwmovies/nwmovies-0.1.ebuild +++ b/games-rpg/nwmovies/nwmovies-0.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwmovies/nwmovies-0.1.ebuild,v 1.2 2008/02/20 11:41:59 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwmovies/nwmovies-0.1.ebuild,v 1.3 2008/05/15 13:34:01 nyhm Exp $ -inherit games +inherit eutils games DESCRIPTION="Play Neverwinter Nights movies inside the Linux client." HOMEPAGE="http://home.woh.rr.com/nwmovies/nwmovies/" @@ -27,7 +27,6 @@ pkg_setup() { } src_install() { - cd "${S}" exeinto "${DESTDIR}" doexe nwmovies.so nwmovies.pl || die "Installation failed" exeinto "${DESTDIR}/nwmovies" |