Author: robert
Date: 2008-10-13 17:13:29 -0600 (Mon, 13 Oct 2008)
New Revision: 1427

Modified:
   branches/Onward/temporary_system/linux-kernel.txt
Log:
fix the patch command in temporary_system/linux-kernel.txt

Modified: branches/Onward/temporary_system/linux-kernel.txt
===================================================================
--- branches/Onward/temporary_system/linux-kernel.txt   2008-10-13 22:54:16 UTC 
(rev 1426)
+++ branches/Onward/temporary_system/linux-kernel.txt   2008-10-13 23:13:29 UTC 
(rev 1427)
@@ -1,6 +1,8 @@
 # Temporary tools - Linux kernel
 
-zcat grsecurity-2.1.11-2.6.24.5-200804211829.patch.gz | patch -p1 &&
+# This && doesn't work, because of the | pipe, but I don't know how to fix it.
+
+zcat ../grsecurity-2.1.11-2.6.24.5-200804211829.patch.gz | patch -p1 &&
 patch -p1 -i ../linux-2.6.24.7-frandom-1.patch &&
 
 mkdir -v obj/ &&

-- 
http://linuxfromscratch.org/mailman/listinfo/hlfs-book
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to