From 0532f60dd7affc9fe9c30e909799da27e55b21a3 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Thu, 8 Aug 2002 17:28:01 +0000 Subject: added cp include/asm-generic /usr/include git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2051 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/kernel-inst.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'chapter06/kernel-inst.xml') diff --git a/chapter06/kernel-inst.xml b/chapter06/kernel-inst.xml index 340335526..ceee8cf51 100644 --- a/chapter06/kernel-inst.xml +++ b/chapter06/kernel-inst.xml @@ -16,6 +16,7 @@ make include/linux/version.h && make symlinks && mkdir /usr/include/asm && cp include/asm/* /usr/include/asm && +cp -R include/asm-generic /usr/include && cp -R include/linux /usr/include && touch /usr/include/linux/autoconf.h && rm /bin/pwd -- cgit v1.2.3-54-g00ecf