diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-02-22 05:29:30 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-02-22 05:29:30 +0000 |
commit | 2c711729ed5767016152811c4c1772e61e17b51b (patch) | |
tree | e18151c77ccda46a8ddb7bdf0347aed3add8837f /games-rpg | |
parent | whitespace (diff) | |
download | gentoo-2-2c711729ed5767016152811c4c1772e61e17b51b.tar.gz gentoo-2-2c711729ed5767016152811c4c1772e61e17b51b.tar.bz2 gentoo-2-2c711729ed5767016152811c4c1772e61e17b51b.zip |
whitespace
(Portage version: 2.1.2-r9)
Diffstat (limited to 'games-rpg')
-rw-r--r-- | games-rpg/nwn-data/nwn-data-1.29-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-rpg/nwn-data/nwn-data-1.29-r1.ebuild b/games-rpg/nwn-data/nwn-data-1.29-r1.ebuild index de2af8f772c1..458a05780293 100644 --- a/games-rpg/nwn-data/nwn-data-1.29-r1.ebuild +++ b/games-rpg/nwn-data/nwn-data-1.29-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn-data/nwn-data-1.29-r1.ebuild,v 1.8 2007/02/22 04:53:32 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn-data/nwn-data-1.29-r1.ebuild,v 1.9 2007/02/22 05:29:30 mr_bones_ Exp $ inherit eutils games @@ -152,7 +152,7 @@ get_cd_set() { touch .metadata/orig || die "touch orig" touch .metadata/sou || die "touch sou" touch .metadata/hou || die "touching hou" - export CDROM_NAME_4="CD4" + export CDROM_NAME_4="CD4" cdrom_get_cds ArcadeInstallNWNXP213f.EXE \ disk2.zip disk3.zip disk4.zip ;; @@ -443,7 +443,7 @@ src_install() { if ! use videos then rm -rf "${S}"/movies/* - fi + fi mv "${S}"/* "${Ddir}" mv "${S}"/.metadata "${Ddir}" keepdir "${dir}"/servervault |