Skip to content

Commit

Permalink
libtinfo_compat: Update symlink to libncursesw.so.5
Browse files Browse the repository at this point in the history
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: 6edaddb (ncurses_compat-5.7.0: remove)
  • Loading branch information
pmenzel committed Feb 13, 2020
1 parent b17c48a commit 8c0c2ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libtinfo_compat.be0
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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}"'

Expand Down

0 comments on commit 8c0c2ba

Please sign in to comment.