mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-17 11:42:31 +02:00
Fix the handling of terminology* and st-* globs. They will be expanded with $(find ...) and may return a list of files, so we need to loop over the result. Also do minor cleanups like quote variables with paths and keep the /usr/lib/terminfo symlink. fixes commit 95aa0e7217d (main/ncurses: upgrade to 6.2_p20200314).