From ce5ebe1429b10c536f09c3f4d8e1c6e8e0cb6e46 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Mon, 11 Feb 2013 20:15:37 +0000 Subject: Remove trailing whitespace from all files. git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10122 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/ncurses.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chapter06/ncurses.xml') diff --git a/chapter06/ncurses.xml b/chapter06/ncurses.xml index ab9ba7dd3..6f9cc3792 100644 --- a/chapter06/ncurses.xml +++ b/chapter06/ncurses.xml @@ -116,8 +116,8 @@ non-wide-character Ncurses libraries. Trick such applications into linking with wide-character libraries by means of symlinks and linker scripts: -for lib in ncurses form panel menu ; do - rm -vf /usr/lib/lib${lib}.so +for lib in ncurses form panel menu ; do + rm -vf /usr/lib/lib${lib}.so echo "INPUT(-l${lib}w)" > /usr/lib/lib${lib}.so ln -sfv lib${lib}w.a /usr/lib/lib${lib}.a ln -sfv ${lib}w.pc /usr/lib/pkgconfig/${lib}.pc @@ -144,7 +144,7 @@ cp -v -R doc/* /usr/share/doc/ncurses-&ncurses-version; The instructions above don't create non-wide-character Ncurses libraries since no package installed by compiling from sources would link against them at runtime. If you must have such libraries because - of some binary-only application or to be compliant with LSB, build + of some binary-only application or to be compliant with LSB, build the package again with the following commands: make distclean -- cgit v1.2.3-54-g00ecf