kernel-libc-headers: install drm headers, bumprev.
This commit is contained in:
parent
16f3326f6c
commit
278c867bd1
1 changed files with 1 additions and 6 deletions
|
@ -2,6 +2,7 @@
|
|||
. ${XBPS_SRCPKGDIR}/kernel/common-vars
|
||||
|
||||
pkgname=kernel-libc-headers
|
||||
revision=1
|
||||
build_style=only-install
|
||||
make_install_target="
|
||||
INSTALL_HDR_PATH=$XBPS_DESTDIR/$pkgname-$version/usr
|
||||
|
@ -12,9 +13,3 @@ long_desc="
|
|||
|
||||
base_chroot=yes
|
||||
nostrip=yes
|
||||
|
||||
post_install()
|
||||
{
|
||||
# Remove /usr/include/drm bundled with libdrm.
|
||||
rm -rf ${DESTDIR}/usr/include/drm
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue