mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-07 17:15:26 +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:
committed by
Andreas Kling
parent
e3dffdacb8
commit
5d38cf4973
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user