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
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue