diff options
Diffstat (limited to 'net-fs/samba/samba-3.0.6.ebuild')
-rw-r--r-- | net-fs/samba/samba-3.0.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-fs/samba/samba-3.0.6.ebuild b/net-fs/samba/samba-3.0.6.ebuild index 6d5323b5fb46..10c402c5bad6 100644 --- a/net-fs/samba/samba-3.0.6.ebuild +++ b/net-fs/samba/samba-3.0.6.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.ebuild,v 1.1 2004/08/20 09:35:35 mglauche Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.6.ebuild,v 1.2 2004/08/22 01:45:47 eradicator Exp $ inherit eutils flag-o-matic @@ -201,7 +201,7 @@ src_compile() { # Attention: usage of dev-perl/Crypt-SmbHash for smbldap-tool > 0.8.5 if use ldap; then cd ${WORKDIR}/smbldap-tools-${SMBLDAP_TOOLS_VER} - if [ -f mkntpwd.tar.gz]; then + if [ -f mkntpwd.tar.gz ]; then tar --no-same-owner -zxf mkntpwd.tar.gz cd mkntpwd VISUAL="" make || die "mkntpwd compile problem" |