mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
make-packages: Fix for installers workflow, which didn't find lynx...
This commit is contained in:
parent
cc5c3f7b2c
commit
7e6d25314d
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user