diff options
author | 2004-09-09 21:57:55 +0000 | |
---|---|---|
committer | 2004-09-09 21:57:55 +0000 | |
commit | 73659b39d7f385d0ffcb643b390e8baf1d046ca5 (patch) | |
tree | b587bf24c382f974e0c35302bf6baadedc3069e4 /net-fs | |
parent | profile.bashrc logic update: if libdir==lib64 and multilibdir==lib, then set ... (diff) | |
download | historical-73659b39d7f385d0ffcb643b390e8baf1d046ca5.tar.gz historical-73659b39d7f385d0ffcb643b390e8baf1d046ca5.tar.bz2 historical-73659b39d7f385d0ffcb643b390e8baf1d046ca5.zip |
Oops: ${WORKDIR} -> ${FILESDIR} ;-)
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/samba/Manifest | 2 | ||||
-rw-r--r-- | net-fs/samba/samba-3.0.6-r4.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-fs/samba/Manifest b/net-fs/samba/Manifest index e3c5d37a93b0..f649ca326397 100644 --- a/net-fs/samba/Manifest +++ b/net-fs/samba/Manifest @@ -8,7 +8,7 @@ MD5 4505c7b9cd715168b75a4dfb5c4ac294 samba-3.0.5.ebuild 11142 MD5 b8ef78eeab7e9982b8c3459e1792747f samba-3.0.6-r1.ebuild 13867 MD5 55c08f2d48b50d7af452664decd8793a samba-3.0.6-r2.ebuild 13989 MD5 fb357b885ebd5c7e7c6093156812efb1 samba-3.0.6-r3.ebuild 14194 -MD5 4f5acd2f909cd0cfeefde55a96304b5a samba-3.0.6-r4.ebuild 14238 +MD5 b476c01afa3961b5a0c594d6d297b91b samba-3.0.6-r4.ebuild 14239 MD5 045d2504d92e3846f34e35c094721c44 samba-3.0.6.ebuild 13730 MD5 fd2382184b6a07e63cb07ff26b578fd2 files/config-svc-smbd+nmbd 784 MD5 81931e1d9764390841dec0d0f327a114 files/digest-samba-3.0.2a-r2 204 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 ..." |