--- mc-4.5.55-r4.ebuild Fri Apr 12 19:00:32 2002 +++ mc-4.5.55-r5.ebuild Fri May 31 20:57:11 2002 @@ -47,7 +47,10 @@ if [ "`use samba`" ] ; then cd ${S}/vfs cp smbfs.c smbfs.c.orig - sed -e "s:/etc/smb\.conf:/etc/smb/smb\.conf:" smbfs.c.orig > smbfs.c + sed -e 's|/etc/smb\.conf|/etc/samba/smb\.conf|' smbfs.c.orig > smbfs.c + cd samba + cp Makefile.in Makefile.in~ + sed -e 's|CODEPAGEDIR = $(LIBDIR)/codepages|CODEPAGEDIR = /var/lib/samba/codepages|' Makefile.in~ >Makefile.in myconf="${myconf} --with-samba" fi