mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -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() {
|
||||
emake DESTDIR="${D}" PREFIX="/usr" install
|
||||
emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
|
||||
einstalldocs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user