truckle: exhost-target

This commit is contained in:
Denis Knauf 2015-10-08 21:48:55 +02:00
parent c2bc5fda1c
commit 2fd6f3e164

View file

@ -18,6 +18,6 @@ DEPENDENCIES="
" "
src_install() { src_install() {
emake install PREFIX=/usr D="${IMAGE}" emake install PREFIX=/usr/$(exhost --target) D="${IMAGE}"
} }