From 6e4e93526a50dce5a609bff852d08f681c0529e5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rub=C3=A9n=20Rodr=C3=ADguez?= <ruben@trisquel.info>
Date: Sun, 6 Jul 2014 05:27:09 +0200
Subject: [PATCH] Changed var ARCH to JAILARCH in usb-creator

---
 helpers/make-usb-creator | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helpers/make-usb-creator b/helpers/make-usb-creator
index adc5ddd9..7d4b0480 100644
--- a/helpers/make-usb-creator
+++ b/helpers/make-usb-creator
@@ -39,7 +39,7 @@ changelog "Rebranded for Trisquel"
 compile
 
 exit 0
-if [ $ARCH = "i386" ]
+if [ $JAILARCH = "i386" ]
 then
 # Let's build the win32 executable
     apt-get -y --force-yes install mingw32 wine bzr
-- 
GitLab