Changed var ARCH to JAILARCH in usb-creator

This commit is contained in:
Rubén Rodríguez 2014-07-06 05:27:09 +02:00
parent 4af35e8034
commit 6e4e93526a

View file

@ -39,7 +39,7 @@ changelog "Rebranded for Trisquel"
compile compile
exit 0 exit 0
if [ $ARCH = "i386" ] if [ $JAILARCH = "i386" ]
then then
# Let's build the win32 executable # Let's build the win32 executable
apt-get -y --force-yes install mingw32 wine bzr apt-get -y --force-yes install mingw32 wine bzr