diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-12-06 21:56:51 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-12-06 21:56:51 +0000 |
commit | 257ac637c6e28f3468a108e684ce859f6baadb22 (patch) | |
tree | 45d27fa30ffdfceaee0a7b2182e0eb9f1cc1d578 /app-misc/mc/mc-4.6.0-r4.ebuild | |
parent | fixing access violation (diff) | |
download | gentoo-2-257ac637c6e28f3468a108e684ce859f6baadb22.tar.gz gentoo-2-257ac637c6e28f3468a108e684ce859f6baadb22.tar.bz2 gentoo-2-257ac637c6e28f3468a108e684ce859f6baadb22.zip |
fixed search path for smbpasswd
Diffstat (limited to 'app-misc/mc/mc-4.6.0-r4.ebuild')
-rw-r--r-- | app-misc/mc/mc-4.6.0-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/mc/mc-4.6.0-r4.ebuild b/app-misc/mc/mc-4.6.0-r4.ebuild index 7a06fb52a873..7aea32701dab 100644 --- a/app-misc/mc/mc-4.6.0-r4.ebuild +++ b/app-misc/mc/mc-4.6.0-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/mc/mc-4.6.0-r4.ebuild,v 1.1 2003/10/11 18:02:42 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/mc/mc-4.6.0-r4.ebuild,v 1.2 2003/12/06 21:56:45 lanius Exp $ IUSE="gpm nls samba ncurses X slang" @@ -58,7 +58,7 @@ src_compile() { use samba \ && myconf="${myconf} --with-samba --with-configdir=/etc/samba - --with-codepagedir=/var/lib/samba/codepages" \ + --with-codepagedir=/var/lib/samba/codepages --with-privatedir=/etc/samba/private" \ || myconf="${myconf} --without-samba" econf \ |