sys-process/netproc: fix install prefix
This commit is contained in:
parent
de9fd35971
commit
ea358a3ba2
1 changed files with 8 additions and 0 deletions
|
@ -18,3 +18,11 @@ RDEPEND="sys-libs/ncurses:="
|
||||||
DEPEND="${RDEPEND}"
|
DEPEND="${RDEPEND}"
|
||||||
|
|
||||||
DOCS=( CHANGELOG README.md )
|
DOCS=( CHANGELOG README.md )
|
||||||
|
|
||||||
|
src_compile() {
|
||||||
|
prefix="/usr" emake
|
||||||
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
prefix="/usr" emake DESTDIR=${ED} install
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue