From 7acf41b1e4f660026da50eff44cb2c01d042f563 Mon Sep 17 00:00:00 2001 From: richardg867 Date: Tue, 15 Mar 2022 21:37:12 -0300 Subject: [PATCH] Using the upload tool was a mistake, part 2 --- .ci/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/build.sh b/.ci/build.sh index 447cc498d..61d37012a 100644 --- a/.ci/build.sh +++ b/.ci/build.sh @@ -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 pacman.txt deps.txt + rm -f deps.txt pacman.txt yes | pacman -S --needed $pkgs if [ $? -ne 0 ] then