commit e6dba2ecc124bcf2e9b0bec0a2127a76a485b45f
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Oct 30 20:48:06 2021 +0100
fix systemd macro for el8
xorg-x11-drv-nvidia.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/xorg-x11-drv-nvidia.spec b/xorg-x11-drv-nvidia.spec
index 92b1311..d237c4a 100644
--- a/xorg-x11-drv-nvidia.spec
+++ b/xorg-x11-drv-nvidia.spec
@@ -13,6 +13,8 @@
%else
%global _dracutopts nouveau.modeset=0 rd.driver.blacklist=nouveau
nvidia-drm.modeset=1
%global _modprobedir %{_prefix}/lib/modprobe.d
+%endif
+%if 0%{?rhel}
%global _systemd_util_dir %{_prefix}/lib/systemd
%endif
Show replies by date