|
@ -32,7 +32,7 @@ main_lx_header() { |
|
|
lx_config |
|
|
lx_config |
|
|
|
|
|
|
|
|
# install the header files - and do some post-processing for sparc |
|
|
# install the header files - and do some post-processing for sparc |
|
|
rm -rf $root/usr/include/{asm,asm-generic,linux,asm-sparc,asm-sparc64} |
|
|
|
|
|
|
|
|
rm -rf $root/$prefix/include/{asm,asm-generic,linux,asm-sparc,asm-sparc64} |
|
|
mkdir -p $root/$prefix/include |
|
|
mkdir -p $root/$prefix/include |
|
|
if [ $arch != sparc ] ; then |
|
|
if [ $arch != sparc ] ; then |
|
|
cp -rLv include/{asm,asm-generic,linux} $root/$prefix/include |
|
|
cp -rLv include/{asm,asm-generic,linux} $root/$prefix/include |
|
|