gui-apps/wlr-dpms: fix PREFIX to use EPREFIX

Signed-off-by: Daichi Yamamoto <dev@dyama.net>
This commit is contained in:
Daichi Yamamoto
2025-06-10 17:58:15 +09:00
parent 09727ea746
commit 14a50f127c

View File

@@ -28,6 +28,6 @@ src_configure() {
}
src_install() {
emake DESTDIR="${D}" PREFIX="/usr" install
emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
einstalldocs
}