Changed var ARCH to JAILARCH in usb-creator
This commit is contained in:
parent
4af35e8034
commit
6e4e93526a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue