Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 177125
Collapse All | Expand All

(-)avfs-0.9.7.ebuild (-2 / +3 lines)
Lines 20-35 Link Here
20
}
20
}
21
21
22
src_compile() {
22
src_compile() {
23
	econf --enable-fuse || die "Sorry, can't configure :("
23
	econf --enable-fuse --enable-library || die "Sorry, can't configure :("
24
	emake || die "Sorry make failed :("
24
	emake || die "Sorry make failed :("
25
}
25
}
26
26
27
src_install() {
27
src_install() {
28
	einstall || die "Sorry, make install failed :("
28
	einstall || die "Sorry, make install failed :("
29
	# remove cruft
29
	# remove cruft
30
	dobin scripts/avfs-config
30
	cd ${D}/usr
31
	cd ${D}/usr
31
	rm -f bin/davpass bin/ftppass
32
	rm -f bin/davpass bin/ftppass
32
	rm -fr include sbin ../etc
33
	rm -fr sbin ../etc
33
	cd ${S}
34
	cd ${S}
34
	cd doc
35
	cd doc
35
	dodoc api-overview background FORMAT INSTALL.* README.avfs-fuse
36
	dodoc api-overview background FORMAT INSTALL.* README.avfs-fuse

Return to bug 177125