mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
dev-util/haredo: Fix install arguments to emake
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user