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

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- qmatplot-0.4.2-r1.ebuild
0
++ qmatplot-0.4.2-r1.ebuild.new
Lines 31-36 Link Here
31
}
31
}
32
32
33
src_install() {
33
src_install() {
34
	make QSETTINGSDIR="${D}/${QTDIR}/etc/settings/" DESTDIR="${D}" install || die "install failed"
34
	make QSETTINGSDIR="${QTDIR}/etc/settings/" DESTDIR="${D}" install || die "install failed"
35
	dodoc ChangeLog AUTHORS
35
	dodoc ChangeLog AUTHORS
36
}
36
}

Return to bug 205223