Skip to content
Snippets Groups Projects
Commit 6e4e9352 authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

Changed var ARCH to JAILARCH in usb-creator

parent 4af35e80
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment