Merge branch 'master' of github.com:plugapps/plugapps

This commit is contained in:
Mike Staszel 2011-01-07 00:15:02 -06:00
commit 866d75c49a
2 changed files with 7 additions and 1 deletions

View file

@ -1,6 +1,8 @@
# Maintainer: Mike Staszel <mikestaszel@plugapps.com>
# Contributor: Julian Langschaedel <meta.rb@gmail.com>
# In kernel26-headers, scsi.h is explicitly copied to the package
pkgbase="kernel26"
pkgname=('kernel26' 'kernel26-headers')
_kernelname=${pkgname#kernel26}
@ -195,4 +197,8 @@ package_kernel26-headers() {
# remove unneeded architectures
rm -rf ${pkgdir}/usr/src/linux-${_kernver}/arch/{alpha,avr32,blackfin,cris,frv,h8300,ia64,m32r,m68k,m68knommu,mips,microblaze,mn10300,parisc,powerpc,ppc,s390,sh,sh64,sparc,sparc64,um,v850,xtensa}
# Add in scsi.h (Plugbox)
mkdir -p ${pkgdir}/usr/include/scsi
cp ${srcdir}/linux-${_basekernel}/include/scsi/scsi.h ${pkgdir}/usr/include/scsi/
}

View file

@ -29,7 +29,7 @@ md5sums=('cd285a85f969518a671834de2f4d6614'
'f17c99779173ddc79f866cf3a5de5e68'
'f91fddc67609b45b244a624977c4247b'
'2e808ee78d237c478b57af2a68d43769'
'bb32aa00e42508b8e88e7662852a4bf2'
'155554f488388e3f994ace619ad1e8d4'
'173b71ab6466677c12c99ef37c56a3db')
build() {