From 8c0c2baae781375ca7c282c8a91beb93844020a7 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 13 Feb 2020 15:40:23 +0100 Subject: [PATCH] libtinfo_compat: Update symlink to libncursesw.so.5 The target was removed, so the Haskell package (/usr/local) does not work anymore because of the missing library. Use `libncursesw.so.5` instead, which seems to fix `ghci`. Increment version to 2. Fixes: 6edaddb9 (ncurses_compat-5.7.0: remove) --- libtinfo_compat.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libtinfo_compat.be0 b/libtinfo_compat.be0 index 3badc4d41..ef4642b02 100755 --- a/libtinfo_compat.be0 +++ b/libtinfo_compat.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION libtinfo_compat-1.0-0 +# BEE_VERSION libtinfo_compat-2.0-0 ## this file was created by bee init and should be executed to build a @@ -64,7 +64,7 @@ mee_install() { mkdir -p "$D/lib/" - ln -s libncurses.so.5 "$D/lib/libtinfo.so.5" + ln -s libncursesw.so.5 "$D/lib/libtinfo.so.5" } ## by default this may be 'make install DESTDIR="${D}"'