Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 126323 | Differences between
and this patch

Collapse All | Expand All

(-)ncpfs-2.2.6.ebuild.orig (-1 / +4 lines)
Lines 46-52 Link Here
46
	dodir /lib/security
46
	dodir /lib/security
47
	dodir /usr/sbin
47
	dodir /usr/sbin
48
	dodir /sbin
48
	dodir /sbin
49
	make DESTDIR=${D} install || die
49
	emake DESTDIR=${D} install || die "emake install failed"
50
51
	# installing ncpfs headers and libraries too (bug 126323)
52
	emake DESTDIR=${D} install-dev || die "emake install-dev failed"
50
53
51
	dodoc FAQ README
54
	dodoc FAQ README
52
}
55
}

Return to bug 126323