From 86f335e3874fcaf08648862576cacac59be327d7 Mon Sep 17 00:00:00 2001 From: fake Date: Wed, 8 Dec 2004 10:27:23 +0000 Subject: [PATCH] fake: linux-drm: the same .tmp_gas_check removal as for alsa-driver is needed here. [2004120121481721887] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@5009 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/x11/linux-drm/linux-drm.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package/x11/linux-drm/linux-drm.conf b/package/x11/linux-drm/linux-drm.conf index 597b4f594..e6b89307a 100644 --- a/package/x11/linux-drm/linux-drm.conf +++ b/package/x11/linux-drm/linux-drm.conf @@ -40,3 +40,6 @@ makeopt="-f Makefile LINUXDIR=/lib/modules/$kernelversion/build \ KVERSION=$kernelversion" makeinstopt="$makeopt install" +# this temp file causes sharedfiles errors +hook_add postmake 1 "rm -f $root/usr/src/linux/.tmp_gas_check" +