mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 11:10:52 +00:00
Distribute terminfo on Linux standalone as well.
This commit is contained in:
parent
3a590caf23
commit
bda4c9f365
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user