fixed pacman auto-confirmation in previous commit

+ fixed PATH (missing $)
This commit is contained in:
Martin Pulec
2022-04-25 08:17:52 +02:00
parent 855293eec0
commit be641a8d5e

View File

@@ -11,9 +11,9 @@ git checkout 35c375
./genMakefiles mingw
# ensure binutils ld is used (not lld)
pacman -Sy binutils
PATH=/usr/bin:PATH
pacman -Sy --noconfirm binutils
PATH=/usr/bin:$PATH
make -j $(nproc)
pacman -Rs binutils
pacman -Rs --noconfirm binutils