kernel: forgot to add some dirs with headers in previous...
This commit is contained in:
parent
fabfdf32ec
commit
1f90acd83d
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
#
|
#
|
||||||
pkgname=kernel
|
pkgname=kernel
|
||||||
version=3.7.1
|
version=3.7.1
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="linux-${version}"
|
wrksrc="linux-${version}"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.kernel.org"
|
homepage="http://www.kernel.org"
|
||||||
|
@ -103,8 +103,8 @@ do_install() {
|
||||||
# Remove firmware stuff provided by the "linux-firmware" pkg.
|
# Remove firmware stuff provided by the "linux-firmware" pkg.
|
||||||
rm -rf ${DESTDIR}/usr/lib/firmware
|
rm -rf ${DESTDIR}/usr/lib/firmware
|
||||||
|
|
||||||
for i in acpi asm-generic config generated linux math-emu media net \
|
for i in acpi asm-generic config crypto drm generated linux math-emu \
|
||||||
pcmcia scsi sound trace video; do
|
media net pcmcia scsi sound trace uapi video xen; do
|
||||||
[ -d include/$i ] && cp -a include/$i ${hdrdest}/include
|
[ -d include/$i ] && cp -a include/$i ${hdrdest}/include
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue