added DESTDIR to mcxx for staged intalls

This commit is contained in:
Jose Gracia 2014-10-31 11:44:13 +00:00 committed by Christoph Niethammer
parent 0055dbb3e6
commit 04e48efa99

View file

@ -53,6 +53,6 @@ src_pretest() {
/bin/true
}
src_install() {
make DESTDIR=$HOME/destdir2 install
}
#src_install() {
# make DESTDIR=$HOME/destdir2 install
#}