Browse Source

and yet another prefix - sorry

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@964 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
6746188d72
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package/base/linux24-header/linux24-header.conf

+ 1
- 1
package/base/linux24-header/linux24-header.conf

@ -32,7 +32,7 @@ main_lx_header() {
lx_config
# 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
if [ $arch != sparc ] ; then
cp -rLv include/{asm,asm-generic,linux} $root/$prefix/include

Loading…
Cancel
Save