diff options
Diffstat (limited to 'net-fs/samba/samba-3.5.2-r1.ebuild')
-rw-r--r-- | net-fs/samba/samba-3.5.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-fs/samba/samba-3.5.2-r1.ebuild b/net-fs/samba/samba-3.5.2-r1.ebuild index 060813bfe776..4264d521af03 100644 --- a/net-fs/samba/samba-3.5.2-r1.ebuild +++ b/net-fs/samba/samba-3.5.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.5.2-r1.ebuild,v 1.1 2010/05/10 11:26:10 lxnay Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.5.2-r1.ebuild,v 1.2 2010/05/11 11:27:47 patrick Exp $ EAPI="2" @@ -273,7 +273,7 @@ src_install() { dosbin ${prog} || die "installing ${prog} failed" doman ../docs/manpages/${prog/bin\/}* || die "doman failed" done - dobin ${BINPROGS} || die "installing binaries failed" + for prog in ${BINPROGS} ; do dobin ${prog} || die "installing ${prog} failed" doman ../docs/manpages/${prog/bin\/}* || die "doman failed" |