Skip to content

Update symlink in libtinfo_compat #1702

Merged
merged 1 commit into from
Feb 13, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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