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 | 25502e0fb78059290bb8296de382c96942464d4b (patch) | |
tree | b90c889886b3fc341890ab5e5d3463c2e177ba70 /net-fs | |
parent | ppc needs the statfs patch too (Manifest recommit) (diff) | |
download | gentoo-2-25502e0fb78059290bb8296de382c96942464d4b.tar.gz gentoo-2-25502e0fb78059290bb8296de382c96942464d4b.tar.bz2 gentoo-2-25502e0fb78059290bb8296de382c96942464d4b.zip |
oops, typo
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/samba/samba-3.0.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 |