diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-02-22 04:53:32 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-02-22 04:53:32 +0000 |
commit | 47652fbe15f80c0220ee3d823dee6f34955bad00 (patch) | |
tree | 9ad28d14aa09b8346d6934d107e84940a5086d01 /games-rpg/nwn-data/nwn-data-1.29-r1.ebuild | |
parent | whitespace (diff) | |
download | gentoo-2-47652fbe15f80c0220ee3d823dee6f34955bad00.tar.gz gentoo-2-47652fbe15f80c0220ee3d823dee6f34955bad00.tar.bz2 gentoo-2-47652fbe15f80c0220ee3d823dee6f34955bad00.zip |
whitespace
(Portage version: 2.1.2-r9)
Diffstat (limited to 'games-rpg/nwn-data/nwn-data-1.29-r1.ebuild')
-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 58cf50d90c27..de2af8f772c1 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.7 2007/02/02 16:42:01 wolf31o2 Exp $ +# $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 $ inherit eutils games @@ -421,7 +421,7 @@ then \ fi \ cd "${p}" || die "cd ${p}" \ if [[ ! -a nwn.ini ]]; then \ - cp nwn.ini.default nwn.ini \ + cp nwn.ini.default nwn.ini \ fi \ if [[ -r ./nwmovies.so ]]; then \ export LD_PRELOAD=./nwmovies.so:$LD_PRELOAD \ @@ -534,7 +534,7 @@ pkg_postinst() { ewarn "Some/all demo modules will be missing. You can copy them manually into :" ewarn "${dir}/modules" ewarn "or emerge with USE=nowin." - fi + fi if ! use cdinstall && use nowin && use videos then ewarn "Some/all movies will be missing. You can copy them manually into :" |