diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-06-09 05:25:53 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-06-09 05:25:53 +0000 |
commit | c0fc4ae1b5397a2ac34229d0acc55309d3fd17e3 (patch) | |
tree | 37e3a22f032525797ccf5b06c0dd438577d9a8a7 /net-fs | |
parent | *** empty log message *** (diff) | |
download | historical-c0fc4ae1b5397a2ac34229d0acc55309d3fd17e3.tar.gz historical-c0fc4ae1b5397a2ac34229d0acc55309d3fd17e3.tar.bz2 historical-c0fc4ae1b5397a2ac34229d0acc55309d3fd17e3.zip |
*** empty log message ***
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/samba/files/digest-samba-2.0.9 | 1 | ||||
-rw-r--r-- | net-fs/samba/samba-2.2.0-r2.ebuild | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/net-fs/samba/files/digest-samba-2.0.9 b/net-fs/samba/files/digest-samba-2.0.9 new file mode 100644 index 000000000000..a4b9a573ed14 --- /dev/null +++ b/net-fs/samba/files/digest-samba-2.0.9 @@ -0,0 +1 @@ +MD5 477b0be682e01fe3df1184d300cc8cff samba-2.0.9.tar.gz diff --git a/net-fs/samba/samba-2.2.0-r2.ebuild b/net-fs/samba/samba-2.2.0-r2.ebuild index 021af469801c..415dbf1cdb4e 100644 --- a/net-fs/samba/samba-2.2.0-r2.ebuild +++ b/net-fs/samba/samba-2.2.0-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-2.2.0-r2.ebuild,v 1.1 2001/06/04 06:41:14 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-2.2.0-r2.ebuild,v 1.2 2001/06/09 05:25:53 achim Exp $ S=${WORKDIR}/${P} DESCRIPTION="Samba :)" @@ -32,7 +32,7 @@ src_compile() { --sysconfdir=/etc/smb --localstatedir=/var/log --libdir=/etc/smb --sbindir=/usr/sbin \ --without-automount --with-utmp --without-sambabook --with-netatalk --with-smbmount \ --with-privatedir=/etc/smb/private --with-msdfs --with-vfs --with-spinlocks --with-lockdir=/var/run/smb --with-swatdir=/usr/share/swat \ - --with-mandir=/usr/share/man ${myconf} --with-afs + --with-mandir=/usr/share/man ${myconf} try make } |