Using the upload tool was a mistake, part 3

This commit is contained in:
richardg867
2022-03-15 21:39:14 -03:00
committed by GitHub
parent 7acf41b1e4
commit 78a6a67a54

View File

@@ -301,7 +301,7 @@ then
prefixed_pkg="$MINGW_PACKAGE_PREFIX-$pkg"
grep -qE "^$prefixed_pkg " pacman.txt || pkgs="$pkgs $prefixed_pkg"
done < deps.txt
rm -f deps.txt pacman.txt
rm -f pacman.txt deps.txt
yes | pacman -S --needed $pkgs
if [ $? -ne 0 ]
then