aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2003-05-05 20:50:44 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2003-05-05 20:50:44 +0000
commitba9f7d89024d3f57d30c5e093f1421513f680dce (patch)
treeefb46bddac0c9bb3efb50217216cef1b76b9a6cd /chapter05
parent06624e9337bdcae4e896f99eb1911176005c817b (diff)
chmod seems to be useless
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2515 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/grep-inst.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/chapter05/grep-inst.xml b/chapter05/grep-inst.xml
index efa72f258..5bb131fbd 100644
--- a/chapter05/grep-inst.xml
+++ b/chapter05/grep-inst.xml
@@ -6,7 +6,6 @@
<para><screen><userinput>CFLAGS="-O2 -pipe" ./configure --prefix=/stage1 \
&nbsp;&nbsp;&nbsp;&nbsp;--disable-perl-regexp --with-included-regex
make LDFLAGS="-s"
-chmod 750 ./tests/*
make check
make install</userinput></screen></para>