summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2003-12-06 21:56:51 +0000
committerHeinrich Wendel <lanius@gentoo.org>2003-12-06 21:56:51 +0000
commit257ac637c6e28f3468a108e684ce859f6baadb22 (patch)
tree45d27fa30ffdfceaee0a7b2182e0eb9f1cc1d578 /app-misc/mc/mc-4.6.0-r4.ebuild
parentfixing access violation (diff)
downloadgentoo-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.ebuild4
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 \