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

(-)share/g-octave.eclass (+3 lines)
Lines 48-53 Link Here
48
	for filename in Makefile configure; do
48
	for filename in Makefile configure; do
49
		cp "${DISTDIR}/g-octave_${filename}" "${S}/${filename}"
49
		cp "${DISTDIR}/g-octave_${filename}" "${S}/${filename}"
50
	done
50
	done
51
52
	sed -i -e 's@libexec@lib@g' "${S}/Makefile" || die 'sed failed.'
53
51
	chmod 0755 "${S}/configure"
54
	chmod 0755 "${S}/configure"
52
	if [ -e "${S}"/src/autogen.sh ]; then
55
	if [ -e "${S}"/src/autogen.sh ]; then
53
		cd "${S}"/src && ./autogen.sh || die 'failed to run autogen.sh'
56
		cd "${S}"/src && ./autogen.sh || die 'failed to run autogen.sh'

Return to bug 488534