make_win_usb: correct the directory for ms-sys compilation.
This commit is contained in:
parent
b6bc13d1b8
commit
e6a1cb838b
|
@ -57,7 +57,7 @@ if [ ! $(command -v ms-sys) ]; then
|
||||||
# Extract and install ms-sys
|
# Extract and install ms-sys
|
||||||
cd /tmp
|
cd /tmp
|
||||||
tar xzvf /tmp/ms-sys-"${MS_SYS_VERSION}".tar.gz
|
tar xzvf /tmp/ms-sys-"${MS_SYS_VERSION}".tar.gz
|
||||||
cd /tmp/ms-sys-"${MS_SYS_VERSION}".tar.gz
|
cd /tmp/ms-sys-"${MS_SYS_VERSION}"
|
||||||
sudo make
|
sudo make
|
||||||
sudo make install
|
sudo make install
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue