mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-23 14:03:33 -04:00
gui-apps/wlr-dpms: fix PREFIX to use EPREFIX
Signed-off-by: Daichi Yamamoto <dev@dyama.net>
This commit is contained in:
@@ -28,6 +28,6 @@ src_configure() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
emake DESTDIR="${D}" PREFIX="/usr" install
|
emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
|
||||||
einstalldocs
|
einstalldocs
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user