diff --git a/srcpkgs/xf86-video-amdgpu/template b/srcpkgs/xf86-video-amdgpu/template index c0b8f087a5..75ccf98a20 100644 --- a/srcpkgs/xf86-video-amdgpu/template +++ b/srcpkgs/xf86-video-amdgpu/template @@ -1,7 +1,7 @@ # Template build file for 'xf86-video-amdgpu'. pkgname=xf86-video-amdgpu version=1.0.0 -revision=1 +revision=2 lib32disabled=yes only_for_archs="i686 i686-musl x86_64 x86_64-musl" build_style=gnu-configure @@ -15,3 +15,8 @@ homepage="http://xorg.freedesktop.org" license="MIT" distfiles="http://xorg.freedesktop.org//releases/individual/driver/${pkgname}-${version}.tar.bz2" checksum=296bd5376f4921bbdb3d0e6e6bc100ff2682312ae5965a43d3cab53f50f92a6a + +post_install() { + # fix conf file + echo "EndSection" >> ${DESTDIR}/usr/share/X11/xorg.conf.d/10-amdgpu.conf +}