From 7e6d25314d5a92e62ff0e82e671246149e983e86 Mon Sep 17 00:00:00 2001 From: Badlop Date: Fri, 27 Jan 2023 13:27:27 +0100 Subject: [PATCH] make-packages: Fix for installers workflow, which didn't find lynx... --- tools/make-packages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/make-packages b/tools/make-packages index 3b3388ae8..8e3585f48 100755 --- a/tools/make-packages +++ b/tools/make-packages @@ -203,7 +203,7 @@ make_package() for arch in $architectures do - tar_name="$rel_name-$rel_vsn-linux-$arch.tar.gz" + tar_name="$rel_name-$rel_vsn-linux-gnu-$arch.tar.gz" arch_dir="$tmp_dir/$arch" opt_dir="$arch_dir/opt" etc_dir="$arch_dir/etc"