Skip to content

Commit

Permalink
Merge pull request #1702 from mariux64/update-libtinfo_compat
Browse files Browse the repository at this point in the history
Update symlink in libtinfo_compat
  • Loading branch information
wwwutz authored Feb 13, 2020
2 parents 8c55b5d + 8c0c2ba commit f8bd287
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 f8bd287

Please sign in to comment.