Ports: Fix nano authentication options splitting
This was a typo from when everything was migrated to arrays.
This commit is contained in:
parent
fdc1c15064
commit
262b718912
Notes:
sideshowbarker
2024-07-18 02:49:47 +09:00
Author: https://github.com/timschumi Commit: https://github.com/SerenityOS/serenity/commit/262b7189121 Pull-request: https://github.com/SerenityOS/serenity/pull/10429
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue