mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-libs/openspecfun-0.4-r1: respect ${EPREFIX}
This commit is contained in:
committed by
mschubert
parent
8777fa076b
commit
8cc232ae2c
@@ -20,5 +20,5 @@ src_prepare() {
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" prefix="/usr" install
|
||||
emake DESTDIR="${D}" prefix="${EPREFIX}/usr" install
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user