diff options
author | Bartosch Pixa <darkspecter@gentoo.org> | 2004-01-16 09:31:01 +0000 |
---|---|---|
committer | Bartosch Pixa <darkspecter@gentoo.org> | 2004-01-16 09:31:01 +0000 |
commit | babdb977eb357b5935b1ad3e6030116f6bbf2acf (patch) | |
tree | e34a87104d4d4b5f9eac2476f100e020c3c9e7e7 /net-fs | |
parent | ppc needs the statfs patch too (diff) | |
download | historical-babdb977eb357b5935b1ad3e6030116f6bbf2acf.tar.gz historical-babdb977eb357b5935b1ad3e6030116f6bbf2acf.tar.bz2 historical-babdb977eb357b5935b1ad3e6030116f6bbf2acf.zip |
oops, typo
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/samba/Manifest | 2 | ||||
-rw-r--r-- | net-fs/samba/samba-3.0.1-r1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-fs/samba/Manifest b/net-fs/samba/Manifest index c7d91b2b264c..305eb06f4391 100644 --- a/net-fs/samba/Manifest +++ b/net-fs/samba/Manifest @@ -3,7 +3,7 @@ MD5 11978d96cfebe10cabfbc2c6da2f04ee samba-2.2.8a.ebuild 10853 MD5 30190ad2dc86a988bb9ac7021e728577 samba-3.0.0-r1.ebuild 10882 MD5 eeb3ec0ae25e9d4f7ce62c32b52d5996 metadata.xml 466 MD5 c60dc84e4426dc9c0dd4a350f15caed5 samba-3.0.1.ebuild 11341 -MD5 8684ebb98d95fa02fee1a232a50dd10e samba-3.0.1-r1.ebuild 11370 +MD5 8f1579315a066964e53ecf5f4870b4d1 samba-3.0.1-r1.ebuild 11370 MD5 fd2382184b6a07e63cb07ff26b578fd2 files/config-svc-smbd+nmbd 784 MD5 b610fd35d7a0a9de510e31d85345d14a files/lmhosts 124 MD5 f402c2c4103f4c13ac3cc5fa165940db files/nonroot-bind.diff 757 diff --git a/net-fs/samba/samba-3.0.1-r1.ebuild b/net-fs/samba/samba-3.0.1-r1.ebuild index af19cc77cf14..728c1c512c14 100644 --- a/net-fs/samba/samba-3.0.1-r1.ebuild +++ b/net-fs/samba/samba-3.0.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.1-r1.ebuild,v 1.3 2004/01/16 09:22:36 darkspecter Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.1-r1.ebuild,v 1.4 2004/01/16 09:31:01 darkspecter Exp $ inherit eutils @@ -55,7 +55,7 @@ src_unpack() { #Next one is from eger@cc.gatech.edu :) patch -p1 <${FILESDIR}/samba-3.0.0-python-setup.patch || die #Fix for bug #27858 - if [ "${ARCH}" = "sparc" -o "${arch}" = "ppc" ] + if [ "${ARCH}" = "sparc" -o "${ARCH}" = "ppc" ] then cd ${S}/source/include epatch ${FILESDIR}/samba-2.2.8-statfs.patch |