kernel-libc-headers: remove files that belong to libdrm.

Bump revision.

--HG--
extra : convert_revision : 9f4bf459a66251a84e60d59a026572b31530f9d5
This commit is contained in:
Juan RP 2009-08-14 10:11:16 +02:00
parent f953b51f92
commit 898ce9337b

View file

@ -1,6 +1,7 @@
# Template file for 'kernel-libc-headers'
pkgname=kernel-libc-headers
version=2.6.30.4
revision=1
wrksrc="linux-$version"
distfiles="${KERNEL_SITE}/kernel/v2.6/linux-$version.tar.bz2"
build_style=only-install
@ -14,3 +15,9 @@ long_desc="
This package provides the linux kernel headers for use in userspace."
base_chroot=yes
post_install()
{
# Remove /usr/include/drm bundled with libdrm.
rm -rf ${DESTDIR}/usr/include/drm
}