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

(-)/usr/portage/sci-electronics/vstgl/vstgl-0.6.2.ebuild (+1 lines)
Lines 26-35 Link Here
26
src_unpack()
26
src_unpack()
27
{
27
{
28
	unpack ${A}
28
	unpack ${A}
29
	cd "${S}"
29
	cd "${S}"
30
	sed -e "s:^qmake:${QTDIR}\/bin\/qmake:" -i configure
30
	sed -e "s:^qmake:${QTDIR}\/bin\/qmake:" -i configure
31
	echo "QMAKE_STRIP = echo" >> vstgl.pro
31
}
32
}
32
33
33
src_install () {
34
src_install () {
34
	einstall INSTALL_ROOT=${D} || die
35
	einstall INSTALL_ROOT=${D} || die
35
	dodoc README
36
	dodoc README

Return to bug 252039