mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
make-binaries: Don't duplicate config entries
This commit is contained in:
parent
f1b0a9cb32
commit
ec86079747
@ -297,7 +297,6 @@ create_x64_config()
|
||||
local file="$1"
|
||||
local libc="$2"
|
||||
|
||||
create_common_config "$file"
|
||||
create_${libc}_config "$file"
|
||||
|
||||
cat >>"$file" <<-'EOF'
|
||||
@ -312,7 +311,6 @@ create_arm64_config()
|
||||
local file="$1"
|
||||
local libc="$2"
|
||||
|
||||
create_common_config "$file"
|
||||
create_${libc}_config "$file"
|
||||
|
||||
cat >>"$file" <<-'EOF'
|
||||
|
Loading…
Reference in New Issue
Block a user