From c2b9ef9f587533b0b65448b28b29cb2e3cf6a775 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Mon, 24 Jun 2019 18:48:13 -0400 Subject: terminfo-linux: Provide /usr/lib/terminfo link --- diff --git a/build b/build index 9a764e9..4df2707 100755 --- a/build +++ b/build @@ -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 diff --git a/changelog b/changelog index b2e33e1..190f800 100644 --- a/changelog +++ b/changelog @@ -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 Sun, 23 Jun 2019 17:20:04 -0400 -- cgit v0.9.1