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

Collapse All | Expand All

(-)dvutil-1.0.5.ebuild.orig (-1 / +1 lines)
Lines 19-25 Link Here
19
src_unpack() {
19
src_unpack() {
20
	unpack ${A}
20
	unpack ${A}
21
	cd "${S}"
21
	cd "${S}"
22
22
	epatch "${FILESDIR}/$P-gcc4.4.patch"
23
	sed -i 's|^\(SUBDIRS =.*\)doc\(.*\)$|\1\2|' Makefile.in || \
23
	sed -i 's|^\(SUBDIRS =.*\)doc\(.*\)$|\1\2|' Makefile.in || \
24
		die "sed Makefile.in failed"
24
		die "sed Makefile.in failed"
25
}
25
}

Return to bug 291231