From b26aac22fa6db7e37eb3e5b4211f3ceae3b44ab37f2a7b9b9aecf4bab6c7fd80 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Wed, 22 Feb 2017 01:44:02 +0000 Subject: [PATCH] Accepting request 458922 from home:khnazile:video I'm pretty much new to packaging, but isn't a good idea for a package to own directories it is installing files to. I did run into trouble trying to build this against standard openSUSE_Leap_42.1 repo. OBS-URL: https://build.opensuse.org/request/show/458922 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xf86-video-amdgpu?expand=0&rev=28 --- xf86-video-amdgpu.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/xf86-video-amdgpu.spec b/xf86-video-amdgpu.spec index 40f9f31..2f5a8f4 100644 --- a/xf86-video-amdgpu.spec +++ b/xf86-video-amdgpu.spec @@ -90,6 +90,7 @@ mv %{buildroot}/%{_datadir}/X11/xorg.conf.d/10-amdgpu.conf \ %{_libdir}/xorg/modules/drivers/amdgpu_drv.so %{_mandir}/man4/amdgpu.4%{?ext_man} %if 0%{?pci_ids_dir:1} +%dir %{pci_ids_dir} %{pci_ids_dir}/amdgpu.ids %else %config %{_sysconfdir}/X11/xorg.conf.d/10-amdgpu.conf