Author: justin
Date: 2005-10-02 23:02:15 -0600 (Sun, 02 Oct 2005)
New Revision: 832

Modified:
   x86/branches/utf8-newmake/packages/linux-libc-headers/Makefile
   x86/trunk/packages/linux-libc-headers/Makefile
Log:
Fixed typo in linux-libc-headers Makefile that caused /usr/include/{asm,linux} 
permissions problems!

Modified: x86/branches/utf8-newmake/packages/linux-libc-headers/Makefile
===================================================================
--- x86/branches/utf8-newmake/packages/linux-libc-headers/Makefile      
2005-10-03 04:36:07 UTC (rev 831)
+++ x86/branches/utf8-newmake/packages/linux-libc-headers/Makefile      
2005-10-03 05:02:15 UTC (rev 832)
@@ -48,7 +48,7 @@
        cp -Rv include/linux /usr/include
        chown -R root:root /usr/include/{asm,linux}
        find /usr/include/{asm,linux} -type d -exec chmod 755 {} \;
-       find /usr/include/{asm,linux} -type d -exec chmod 644 {} \;
+       find /usr/include/{asm,linux} -type f -exec chmod 644 {} \;
 
 clean:
        -rm -rf $(DIR)

Modified: x86/trunk/packages/linux-libc-headers/Makefile
===================================================================
--- x86/trunk/packages/linux-libc-headers/Makefile      2005-10-03 04:36:07 UTC 
(rev 831)
+++ x86/trunk/packages/linux-libc-headers/Makefile      2005-10-03 05:02:15 UTC 
(rev 832)
@@ -48,7 +48,7 @@
        cp -Rv include/linux /usr/include
        chown -R root:root /usr/include/{asm,linux}
        find /usr/include/{asm,linux} -type d -exec chmod 755 {} \;
-       find /usr/include/{asm,linux} -type d -exec chmod 644 {} \;
+       find /usr/include/{asm,linux} -type f -exec chmod 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