Author: alexander
Date: 2006-07-14 02:57:49 -0600 (Fri, 14 Jul 2006)
New Revision: 1639

Modified:
   trunk/packages/linux-libc-headers/Makefile
Log:
Made Linux-libc-headers instructions follow the book


Modified: trunk/packages/linux-libc-headers/Makefile
===================================================================
--- trunk/packages/linux-libc-headers/Makefile  2006-07-14 08:46:38 UTC (rev 
1638)
+++ trunk/packages/linux-libc-headers/Makefile  2006-07-14 08:57:49 UTC (rev 
1639)
@@ -31,11 +31,12 @@
        $(std_build)
 
 compile-stage2:
-       cp -Rv include/$(LLH_ASM) /usr/include/asm
+       install -dv /usr/include/asm
+       cp -Rv include/$(LLH_ASM)/* /usr/include/asm
        cp -Rv include/linux /usr/include
-       chown -R root:root /usr/include
-       find /usr/include -type d -exec chmod 755 {} \;
-       find /usr/include -type f -exec chmod 644 {} \;
+       chown -Rv root:root /usr/include/{asm,linux}
+       find /usr/include/{asm,linux} -type d -exec chmod -v 755 {} \;
+       find /usr/include/{asm,linux} -type f -exec chmod -v 644 {} \;
 
 clean:
        -rm -rf $(DIR)

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

Reply via email to