Ports: Fix nano authentication options splitting

This was a typo from when everything was migrated to arrays.
This commit is contained in:
Tim Schumacher 2021-10-11 01:34:04 +02:00 committed by Linus Groh
parent fdc1c15064
commit 262b718912

View file

@ -8,7 +8,7 @@ configopts=("--target=${SERENITY_ARCH}-pc-serenity" "--disable-browser" "--disab
depends=("ncurses")
auth_type="sig"
auth_import_key="BFD009061E535052AD0DF2150D28D4D2A0ACE884"
auth_opts=("nano-${version}.tar.xz.asc nano-${version}.tar.xz")
auth_opts=("nano-${version}.tar.xz.asc" "nano-${version}.tar.xz")
export CPPFLAGS="-I${SERENITY_INSTALL_ROOT}/usr/local/include/ncurses"
export PKG_CONFIG_PATH="${SERENITY_INSTALL_ROOT}/usr/local/lib/pkgconfig"