1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 15:17:46 +00:00

Ports: byacc+gmp+m4: Split auth_opts strings into array elements

This commit is contained in:
Brendan Coles 2021-10-25 00:56:28 +00:00 committed by Brian Gianforcaro
parent a44978b9b0
commit c1d915afe6
3 changed files with 3 additions and 3 deletions

View file

@ -6,4 +6,4 @@ files="https://ftpmirror.gnu.org/gnu/m4/m4-${version}.tar.gz m4-${version}.tar.g
https://ftpmirror.gnu.org/gnu/m4/m4-${version}.tar.gz.sig m4-${version}.tar.gz.sig
https://ftpmirror.gnu.org/gnu/gnu-keyring.gpg gnu-keyring.gpg"
auth_type="sig"
auth_opts=("--keyring" "./gnu-keyring.gpg m4-${version}.tar.gz.sig")
auth_opts=("--keyring" "./gnu-keyring.gpg" "m4-${version}.tar.gz.sig")