fix target name in case

This commit is contained in:
Jorge Aparicio 2016-08-08 21:49:31 -05:00
parent 4b07c4bfb9
commit 2485284910

View File

@ -12,9 +12,9 @@ install_deps() {
install_qemu() { install_qemu() {
case $TARGET in case $TARGET in
powerpc64-unknown-linux-gnu) powerpc64le-unknown-linux-gnu)
sudo apt-get install -y --no-install-recommends \ apt-get install -y --no-install-recommends \
qemu-user qemu-user
;; ;;
esac esac
} }