From 2c69ed48649f6980bf10bb7b28173937cb7a6543 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Fri, 9 Feb 2007 20:57:08 +0000 Subject: Remove some chmod commands as newer upstream releases mean they are no longer necessary. Fixes #1953. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7918 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/ncurses.xml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'chapter06/ncurses.xml') diff --git a/chapter06/ncurses.xml b/chapter06/ncurses.xml index ae9235fbd..b931834f9 100644 --- a/chapter06/ncurses.xml +++ b/chapter06/ncurses.xml @@ -89,11 +89,8 @@ make install - Give the Ncurses libraries execute permissions: - -chmod -v 755 /usr/lib/*.&ncurses-version; - - Fix a library that should not be executable: + Correct the permissions of a library that should not be executable: + chmod -v 644 /usr/lib/libncurses++w.a -- cgit v1.2.3-54-g00ecf