From ba9f7d89024d3f57d30c5e093f1421513f680dce Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Mon, 5 May 2003 20:50:44 +0000 Subject: [PATCH] chmod seems to be useless git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2515 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/grep-inst.xml | 1 - 1 file changed, 1 deletion(-) 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 @@ CFLAGS="-O2 -pipe" ./configure --prefix=/stage1 \     --disable-perl-regexp --with-included-regex make LDFLAGS="-s" -chmod 750 ./tests/* make check make install