make_win_usb: correct the directory for ms-sys compilation.

This commit is contained in:
gardouille 2015-11-17 22:31:57 +01:00
parent b6bc13d1b8
commit e6a1cb838b
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ if [ ! $(command -v ms-sys) ]; then
# Extract and install ms-sys
cd /tmp
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 install
fi