kernel-libc-headers: remove files that belong to libdrm.
Bump revision. --HG-- extra : convert_revision : 9f4bf459a66251a84e60d59a026572b31530f9d5
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
# Template file for 'kernel-libc-headers'
|
# Template file for 'kernel-libc-headers'
|
||||||
pkgname=kernel-libc-headers
|
pkgname=kernel-libc-headers
|
||||||
version=2.6.30.4
|
version=2.6.30.4
|
||||||
|
revision=1
|
||||||
wrksrc="linux-$version"
|
wrksrc="linux-$version"
|
||||||
distfiles="${KERNEL_SITE}/kernel/v2.6/linux-$version.tar.bz2"
|
distfiles="${KERNEL_SITE}/kernel/v2.6/linux-$version.tar.bz2"
|
||||||
build_style=only-install
|
build_style=only-install
|
||||||
@@ -14,3 +15,9 @@ long_desc="
|
|||||||
This package provides the linux kernel headers for use in userspace."
|
This package provides the linux kernel headers for use in userspace."
|
||||||
|
|
||||||
base_chroot=yes
|
base_chroot=yes
|
||||||
|
|
||||||
|
post_install()
|
||||||
|
{
|
||||||
|
# Remove /usr/include/drm bundled with libdrm.
|
||||||
|
rm -rf ${DESTDIR}/usr/include/drm
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user