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

(-)portage_old/app-admin/eselect-python/eselect-python-20111108.ebuild (-1 / +1 lines)
Lines 52-58 Link Here
52
}
52
}
53
src_compile() {
53
src_compile() {
54
       use prefix && append-flags -DEPREFIX='"\"'"${EPREFIX}"'\""'
54
       { echo "${EPREFIX}" | grep '[^/]' || use prefix ; } && append-flags -DEPREFIX='"\"'"${EPREFIX}"'\""'
55
       econf || die
55
       econf || die
56
       emake || die
56
       emake || die
57
}
57
}

Return to bug 476398