dev-libs/openspecfun-0.4-r1: respect ${EPREFIX}

This commit is contained in:
Michael Schubert
2015-10-16 16:07:48 +01:00
committed by mschubert
parent 8777fa076b
commit 8cc232ae2c

View File

@@ -20,5 +20,5 @@ src_prepare() {
}
src_install() {
emake DESTDIR="${D}" prefix="/usr" install
emake DESTDIR="${D}" prefix="${EPREFIX}/usr" install
}