Changeset 1625

Show
Ignore:
Timestamp:
07/12/06 20:13:44 (2 years ago)
Author:
justin
Message:

Fixed stage2 linux-headers install.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/cross/packages/linux-headers/Makefile

    r1599 r1625  
    4747        cp -av include/sound/* /usr/include/sound 
    4848ifeq ($(LFS-ARCH),x86) 
    49         cp -av include/asm-i386/* $(WD)/include/asm 
     49        cp -av include/asm-i386/* /usr/include/asm 
    5050endif 
    5151ifeq ($(LFS-ARCH),x86_64) 
    52         cp -av include/asm-x86_64/* $(WD)/include/asm 
     52        cp -av include/asm-x86_64/* /usr/include/asm 
    5353endif 
    5454ifeq ($(LFS-ARCH),sparc64) 
    55         cp -av include/asm-sparc64/* $(WD)/include/asm 
     55        cp -av include/asm-sparc64/* /usr/include/asm 
    5656endif 
    5757        chown -Rv root:root /usr/include/{asm,asm-generic,linux,mtd,net,scsi,sound}