added DESTDIR to mcxx for staged intalls
This commit is contained in:
parent
0055dbb3e6
commit
04e48efa99
1 changed files with 3 additions and 3 deletions
|
@ -53,6 +53,6 @@ src_pretest() {
|
||||||
/bin/true
|
/bin/true
|
||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
#src_install() {
|
||||||
make DESTDIR=$HOME/destdir2 install
|
# make DESTDIR=$HOME/destdir2 install
|
||||||
}
|
#}
|
||||||
|
|
Loading…
Reference in a new issue