diff options
-rwxr-xr-x | build | 2 | ||||
-rw-r--r-- | changelog | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -56,6 +56,8 @@ install: build @# Extract a few individual terminal type definitions. This would be @# hard to do with oh-installfiles. @# terminfo-linux + mkdir -p terminfo-linux.data/usr/lib/ + ln -sf ../share/terminfo terminfo-linux.data/usr/lib/terminfo mkdir -p terminfo-linux.data/usr/share/terminfo/l/ mv dest/usr/share/terminfo/l/linux \ terminfo-linux.data/usr/share/terminfo/l/linux @@ -12,6 +12,7 @@ ncurses (6.1-1) trunk New packages providing ABI version 6. * libncurses++.5, libncurses++w.5, libncurses++.6, libncurses++w.6: New packages providing shared C++ libraries. + * terminfo-linux: Provide /usr/lib/terminfo link. -- Patrick McDermott <patrick.mcdermott@libiquity.com> Sun, 23 Jun 2019 17:20:04 -0400 |