fix target name in case

master
Jorge Aparicio 2016-08-08 21:49:31 -05:00
parent 4b07c4bfb9
commit 2485284910
1 changed files with 3 additions and 3 deletions

View File

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