Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
qtmoko-chroot-armhf.sh - fix check for gcc in chroot
  • Loading branch information
radekp committed Mar 5, 2013
1 parent 3dcde2f commit 94903c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/qtmoko-chroot-armhf.sh
Expand Up @@ -66,7 +66,7 @@ then
mount -o bind /var/run/ ../qtmoko-chroot/var/run
fi

if [ ! -e ../qtmoko-chroot/usr/bin/arm-linux-gnueabi-gcc ]
if [ ! -e ../qtmoko-chroot/usr/bin/arm-linux-gnueabihf-gcc-4.7 ]
then
cat > ../qtmoko-chroot/finish_chroot_install.sh <<__END__
#!/bin/bash
Expand Down

0 comments on commit 94903c2

Please sign in to comment.