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

Collapse All | Expand All

(-)phpmyadmin-2.6.2_rc1.ebuild (-3 / +2 lines)
Lines 27-35 Link Here
27
	# Remove .cvs* files and CVS directories
27
	# Remove .cvs* files and CVS directories
28
	find ${S} -name .cvs\* -or \( -type d -name CVS -prune \) | xargs rm -rf
28
	find ${S} -name .cvs\* -or \( -type d -name CVS -prune \) | xargs rm -rf
29
29
30
	sed -e "s:\${MY_SQLSCRIPTSDIR}:${MY_SQLSCRIPTSDIR}:" \
30
	sed -e "s/PVR/${PVR}/g" \
31
		-e "s:\${PVR}:${PVR}:" \
31
		${FILESDIR}/postinstall-en.txt > ${WORKDIR}/postinstall-en.txt || die
32
		${FILESDIR}/postinstall-en.txt > ${WORKDIR}/postinstall-en.txt
33
}
32
}
34
33
35
src_compile() {
34
src_compile() {

Return to bug 83614