dev-util/haredo: Fix install arguments to emake

Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
Haelwenn (lanodan) Monnier
2023-04-20 06:44:37 +02:00
parent b0cd53d185
commit f6d0b0752a
2 changed files with 4 additions and 2 deletions

View File

@@ -29,5 +29,6 @@ src_test() {
src_install() {
einstalldocs
emake DESDIR="${ED}" PREFIX="/usr"
# I wish install(1) would support DESTDIR
emake PREFIX="${ED}/usr" install
}

View File

@@ -29,5 +29,6 @@ src_test() {
src_install() {
einstalldocs
emake DESDIR="${ED}" PREFIX="/usr"
# I wish install(1) would support DESTDIR
emake PREFIX="${ED}/usr" install
}