diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 23:54:26 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 23:54:26 +0000 |
commit | 1f2f6692bec02c877fe7ad21f02937b9f656efb4 (patch) | |
tree | 97dc61e9866cd17fc84b40691979e4836f44fef9 /gnome-base/nautilus/nautilus-1.0.6-r9.ebuild | |
parent | new FHS-compliant dhcpcd with a -z "quit but save cache option" which is very... (diff) | |
download | gentoo-2-1f2f6692bec02c877fe7ad21f02937b9f656efb4.tar.gz gentoo-2-1f2f6692bec02c877fe7ad21f02937b9f656efb4.tar.bz2 gentoo-2-1f2f6692bec02c877fe7ad21f02937b9f656efb4.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'gnome-base/nautilus/nautilus-1.0.6-r9.ebuild')
-rw-r--r-- | gnome-base/nautilus/nautilus-1.0.6-r9.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnome-base/nautilus/nautilus-1.0.6-r9.ebuild b/gnome-base/nautilus/nautilus-1.0.6-r9.ebuild index af164fe82213..336dedc89df2 100644 --- a/gnome-base/nautilus/nautilus-1.0.6-r9.ebuild +++ b/gnome-base/nautilus/nautilus-1.0.6-r9.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Updated by Sebastian Werner <sebastian@werner-productions.de> -# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/nautilus-1.0.6-r9.ebuild,v 1.15 2003/05/25 08:57:18 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/nautilus-1.0.6-r9.ebuild,v 1.16 2003/09/06 23:51:37 msterret Exp $ IUSE="nls mozilla" @@ -69,7 +69,7 @@ src_unpack() { # (mkennedy@gentoo.org) patch -p1 < ${FILESDIR}/${P}-mozilla-embed-1.0_rc3.diff || die - + # Add missing files mkdir -p ${S}/intl @@ -85,9 +85,9 @@ src_unpack() { autoconf &>${S}/foo } -src_compile() { +src_compile() { local myconf - + if [ -z "`use nls`" ] then myconf="${myconf} --disable-nls" |