diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-05 20:50:44 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-05 20:50:44 +0000 |
commit | ba9f7d89024d3f57d30c5e093f1421513f680dce (patch) | |
tree | efb46bddac0c9bb3efb50217216cef1b76b9a6cd /chapter05 | |
parent | 06624e9337bdcae4e896f99eb1911176005c817b (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.xml | 1 |
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 \ --disable-perl-regexp --with-included-regex make LDFLAGS="-s" -chmod 750 ./tests/* make check make install</userinput></screen></para> |