From bda4c9f365bed2eec3207b266c741ce0218a2351 Mon Sep 17 00:00:00 2001 From: casey langen Date: Sun, 13 Feb 2022 22:35:41 -0800 Subject: [PATCH] Distribute terminfo on Linux standalone as well. --- script/stage-vendor-libraries.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/script/stage-vendor-libraries.sh b/script/stage-vendor-libraries.sh index 4fd838e5d..830a7aa51 100755 --- a/script/stage-vendor-libraries.sh +++ b/script/stage-vendor-libraries.sh @@ -80,6 +80,9 @@ elif [[ "$PLATFORM" == 'Linux' ]]; then cp /usr/lib/x86_64-linux-gnu/libvorbisenc.so.2 ./bin/lib cp /usr/lib/x86_64-linux-gnu/libogg.so.0 ./bin/lib + mkdir -p ./bin/share/terminfo + cp -rfp /lib/terminfo/* ./bin/share/terminfo + # update the RPATH so libraries in libs/ can discover each other, # and plugins can discover themselves, and libs/ (but not the # other way around)