diff options
author | 2004-09-09 21:57:55 +0000 | |
---|---|---|
committer | 2004-09-09 21:57:55 +0000 | |
commit | 43d1ec34a936a6e4f7bb80a1ff6fb2c5f5dbcbe5 (patch) | |
tree | c56e7e8b19abc4e2eb781c70d5d40b97ba49e0be /net-fs | |
parent | profile.bashrc logic update: if libdir==lib64 and multilibdir==lib, then set ... (diff) | |
download | gentoo-2-43d1ec34a936a6e4f7bb80a1ff6fb2c5f5dbcbe5.tar.gz gentoo-2-43d1ec34a936a6e4f7bb80a1ff6fb2c5f5dbcbe5.tar.bz2 gentoo-2-43d1ec34a936a6e4f7bb80a1ff6fb2c5f5dbcbe5.zip |
Oops: ${WORKDIR} -> ${FILESDIR} ;-)
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/samba/samba-3.0.6-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-fs/samba/samba-3.0.6-r4.ebuild b/net-fs/samba/samba-3.0.6-r4.ebuild index b5f0c3ba449d..65a6bd1399e4 100644 --- a/net-fs/samba/samba-3.0.6-r4.ebuild +++ b/net-fs/samba/samba-3.0.6-r4.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.6-r4.ebuild,v 1.9 2004/09/09 20:35:47 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.6-r4.ebuild,v 1.10 2004/09/09 21:57:55 kugelfang Exp $ inherit eutils flag-o-matic @@ -88,7 +88,7 @@ src_unpack() { cp -a ${S}/examples ${S}/examples.ORIG # Prep samba-vscan source. use oav && cp -a ${WORKDIR}/${PN}-vscan-${VSCAN_VER} ${S}/examples/VFS - use amd64 && epatch ${WORKDIR}/${P}-libdirsymlink.patch + use amd64 && epatch ${FILEDIR}/${P}-libdirsymlink.patch #----------------------------------------------------------------------- cd ${S}/source echo "Running autoconf ..." |