diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-09-11 14:04:38 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-09-11 14:04:38 +0000 |
commit | ccf2b76f73578df2dab411daa7bcab7263e84861 (patch) | |
tree | c47ebb1c213b7c4bec3f1508a17b9b4b58053e42 /app-arch/sharutils | |
parent | Fixed php dep wrt bug #102850. (diff) | |
download | gentoo-2-ccf2b76f73578df2dab411daa7bcab7263e84861.tar.gz gentoo-2-ccf2b76f73578df2dab411daa7bcab7263e84861.tar.bz2 gentoo-2-ccf2b76f73578df2dab411daa7bcab7263e84861.zip |
fix whitespace
(Portage version: 2.0.52-r1)
Diffstat (limited to 'app-arch/sharutils')
-rw-r--r-- | app-arch/sharutils/sharutils-4.2.1-r11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/sharutils/sharutils-4.2.1-r11.ebuild b/app-arch/sharutils/sharutils-4.2.1-r11.ebuild index ba127cc8ec7f..fae9008095f4 100644 --- a/app-arch/sharutils/sharutils-4.2.1-r11.ebuild +++ b/app-arch/sharutils/sharutils-4.2.1-r11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/sharutils/sharutils-4.2.1-r11.ebuild,v 1.10 2005/04/06 23:06:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/sharutils/sharutils-4.2.1-r11.ebuild,v 1.11 2005/09/11 14:02:53 swegener Exp $ inherit eutils @@ -53,7 +53,7 @@ src_install() { cd ${D}/usr/share/locale for x in *. do - rm -rf ${x} + rm -rf ${x} done rm -rf ${D}/usr/lib |