diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2010-05-22 23:12:12 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2010-05-22 23:12:12 +0000 |
commit | 426809939757c068afea61c8612635dce90902ee (patch) | |
tree | bbd059bed5c0ca8c1941174c58cee7c72c4c2899 /www-apps/mirmon | |
parent | Add REE18 support (diff) | |
download | gentoo-2-426809939757c068afea61c8612635dce90902ee.tar.gz gentoo-2-426809939757c068afea61c8612635dce90902ee.tar.bz2 gentoo-2-426809939757c068afea61c8612635dce90902ee.zip |
whitespace removal
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'www-apps/mirmon')
-rw-r--r-- | www-apps/mirmon/mirmon-1.38-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apps/mirmon/mirmon-1.38-r4.ebuild b/www-apps/mirmon/mirmon-1.38-r4.ebuild index 5982120ddd71..a397221758b3 100644 --- a/www-apps/mirmon/mirmon-1.38-r4.ebuild +++ b/www-apps/mirmon/mirmon-1.38-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/mirmon/mirmon-1.38-r4.ebuild,v 1.1 2010/05/22 23:11:27 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/mirmon/mirmon-1.38-r4.ebuild,v 1.2 2010/05/22 23:12:12 darkside Exp $ inherit webapp eutils WEBAPP_MANUAL_SLOT="yes" @@ -41,7 +41,7 @@ src_install() { rm -f ${file} done cp -R icons "${D}"/${MY_HTDOCSDIR} - rm -rf icons + rm -rf icons cp -R . "${D}"/${MY_HOSTROOTDIR} webapp_src_install |