From 09c464dbb512702769134f3dd8e039b5670beeec Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Thu, 20 Jul 2017 08:42:50 +1000 Subject: [PATCH] fixup udev rules dir --- libdrm.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libdrm.spec b/libdrm.spec index 15054db..635e3bb 100644 --- a/libdrm.spec +++ b/libdrm.spec @@ -88,8 +88,8 @@ for foo in $(make check-programs) ; do done popd # SUBDIRS=libdrm -mkdir -p %{buildroot}/lib/udev/rules.d/ -install -m 0644 %{SOURCE2} %{buildroot}/lib/udev/rules.d/ +mkdir -p %{buildroot}/usr/lib/udev/rules.d/ +install -m 0644 %{SOURCE2} %{buildroot}/usr/lib/udev/rules.d/ # NOTE: We intentionally don't ship *.la files find %{buildroot} -type f -name "*.la" -delete