diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-09-13 19:17:57 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-09-13 19:17:57 +0000 |
commit | d2555abf943011b9d477f5ac7a261e3aefa69cfa (patch) | |
tree | 86c86def7311a8ed2915a8781555f3f8dbdb4a60 /net-fs | |
parent | version bump (Manifest recommit) (diff) | |
download | gentoo-2-d2555abf943011b9d477f5ac7a261e3aefa69cfa.tar.gz gentoo-2-d2555abf943011b9d477f5ac7a261e3aefa69cfa.tar.bz2 gentoo-2-d2555abf943011b9d477f5ac7a261e3aefa69cfa.zip |
fix patch source #63909
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/samba/samba-3.0.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-fs/samba/samba-3.0.7.ebuild b/net-fs/samba/samba-3.0.7.ebuild index 6bd66531ed61..c7723023b2ea 100644 --- a/net-fs/samba/samba-3.0.7.ebuild +++ b/net-fs/samba/samba-3.0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.7.ebuild,v 1.1 2004/09/13 12:42:22 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.7.ebuild,v 1.2 2004/09/13 19:17:57 vapier Exp $ inherit eutils flag-o-matic @@ -76,7 +76,7 @@ src_unpack() { ${S}/source/smbd/quotas.c #amd64 lib location is not lib32 nor lib ------------------------------- cd ${S} || die - use amd64 && epatch ${FILESDIR}/${P}-libdirsymlink.patch + use amd64 && epatch ${FILESDIR}/samba-3.0.6-libdirsymlink.patch # examples: to be copied as docs --------------------------------------- rm -rf ${S}/examples.ORIG cp -a ${S}/examples ${S}/examples.ORIG |