mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 11:19:19 +01:00
ncurses: Fix the shared lib file name referenced in text
This commit is contained in:
parent
1b223fbe43
commit
c24d5641af
@ -127,7 +127,7 @@
|
||||
make will spawn new shell processes during "make install". -->
|
||||
|
||||
<para>The installation of this package will overwrite
|
||||
<filename class="libraryfile">libncursesw.so.&ncurses-version;</filename>
|
||||
<filename class="libraryfile">libncursesw.so.&ncurses-base-version;</filename>
|
||||
in-place. It may crash the shell process which is using code and data
|
||||
from the library file. Install the package with
|
||||
<literal>DESTDIR</literal>, and replace the library file correctly using
|
||||
|
Loading…
Reference in New Issue
Block a user