mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 03:55:24 +00:00
Ports: Force-create ncurses compatibility symlinks
I haven't considered that someone might try to build ncurses twice.
This commit is contained in:
parent
e3dffdacb8
commit
5d38cf4973
Notes:
sideshowbarker
2024-07-18 02:47:48 +09:00
Author: https://github.com/timschumi Commit: https://github.com/SerenityOS/serenity/commit/5d38cf49733 Pull-request: https://github.com/SerenityOS/serenity/pull/10451
1 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@ pre_configure() {
|
|||
}
|
||||
|
||||
post_install() {
|
||||
ln -sv libncurses.so "${SERENITY_INSTALL_ROOT}/usr/local/lib/libcurses.so"
|
||||
ln -sv libncurses.so "${SERENITY_INSTALL_ROOT}/usr/local/lib/libtic.so"
|
||||
ln -sv libncurses.so "${SERENITY_INSTALL_ROOT}/usr/local/lib/libtinfo.so"
|
||||
ln -svf libncurses.so "${SERENITY_INSTALL_ROOT}/usr/local/lib/libcurses.so"
|
||||
ln -svf libncurses.so "${SERENITY_INSTALL_ROOT}/usr/local/lib/libtic.so"
|
||||
ln -svf libncurses.so "${SERENITY_INSTALL_ROOT}/usr/local/lib/libtinfo.so"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue