summaryrefslogtreecommitdiffstats
path: root/core/linux-headers
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-02-19 22:15:40 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-02-19 22:15:40 +0000
commitdbd48d1ae86d121f806bad30d1d4ac06b025d38a (patch)
treed11f1fcdd57c8367a0a9f13375666de7e9daba10 /core/linux-headers
parent0e23d6b0e1ae6d7c1e598145bac0824d1de6e84a (diff)
downloadaports-dbd48d1ae86d121f806bad30d1d4ac06b025d38a.tar.bz2
aports-dbd48d1ae86d121f806bad30d1d4ac06b025d38a.tar.xz
core/linux-sources,headers: upgrade to 2.6.28.5
remove drm.h as its provided by libdrm (for now?)
Diffstat (limited to 'core/linux-headers')
-rw-r--r--core/linux-headers/APKBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/core/linux-headers/APKBUILD b/core/linux-headers/APKBUILD
index 15520bfe..d0db3617 100644
--- a/core/linux-headers/APKBUILD
+++ b/core/linux-headers/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=linux-headers
-pkgver=2.6.28.4
+pkgver=2.6.28.5
pkgrel=0
pkgdesc="Linux system headers"
url="http://kernel.org"
@@ -17,5 +17,8 @@ build() {
find "$pkgdir/usr" \( -name .install -o -name ..install.cmd \) -exec \
rm -f {} \;
+
+ # provided by libdrm
+ rm -rf "$pkgdir"/usr/include/drm
}