From 352647a068efea102bf61d75f274d13ed9af0add Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Thu, 25 Jul 2024 06:29:02 +0000 Subject: [PATCH] Fix path to `removed-files` on Linux Follow-up to ef2cceba7 --- app/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.sh b/app/build.sh index b0023c52b2..bbf6cc49da 100755 --- a/app/build.sh +++ b/app/build.sh @@ -886,7 +886,7 @@ if [ $BUILD_LINUX == 1 ]; then # Copy over removed-files and make a precomplete file pushd "$APPDIR" - cp "$CALLDIR/update-packaging/removed-files_$arch" removed-files + cp "$CALLDIR/update-packaging/removed-files_linux-$arch" removed-files python3 "$CALLDIR/scripts/createprecomplete.py" if [ ! -s precomplete ]; then echo "precomplete file not created -- aborting" 2>&1