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

Collapse All | Expand All

(-)dvdauthor-0.6.14.ebuild (-1 / +7 lines)
Lines 20-26 Link Here
20
	dev-libs/fribidi
20
	dev-libs/fribidi
21
	media-libs/libpng"
21
	media-libs/libpng"
22
22
23
src_unpack() {
24
        unpack ${A}
25
        cd "${S}"
26
        epatch "${FILESDIR}"/${P}-raw.patch
27
}
28
23
src_install() {
29
src_install() {
24
	make install DESTDIR="${D}" || die "installation failed"
30
	make install DESTDIR="${D}" || die "installation failed"
25
	dodoc README TODO ChangeLog
31
	dodoc README README.rawsubtitles TODO ChangeLog
26
}
32
}

Return to bug 219230