From 4b3ac5083d33ef4ee6b1f9784e196cfb1717c8d1 Mon Sep 17 00:00:00 2001 From: Zack Winkles Date: Wed, 16 Jun 2004 13:54:27 +0000 Subject: Fix permissions of files that have been edited inline by sed git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3801 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/util-linux.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'chapter05') diff --git a/chapter05/util-linux.xml b/chapter05/util-linux.xml index 7561ddd84..0c5624d0d 100644 --- a/chapter05/util-linux.xml +++ b/chapter05/util-linux.xml @@ -36,7 +36,8 @@ by applying the following patch: from the /tools directory. This is fixed by altering the configure script: -sed -i 's@/usr/include@/tools/include@g' configure +sed -i 's@/usr/include@/tools/include@g' configure +chmod 755 configure Prepare Util-linux for compilation: -- cgit v1.2.3-54-g00ecf