From 740ba147ffde1984dbf955b059ffa4aa8ca8cd02 Mon Sep 17 00:00:00 2001 From: Jeremy Newton Date: Mon, 11 May 2015 17:25:13 -0400 Subject: [PATCH] For some reason the systemd config folder doesn't exist, though systemd is a build require --- tlp.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tlp.spec b/tlp.spec index 8542273..3ea8d2b 100644 --- a/tlp.spec +++ b/tlp.spec @@ -82,7 +82,7 @@ install -D systemd-rfkill@.service %{buildroot}%{_sysconfdir}/systemd/system/sys %{_presetdir}/50-tlp.preset %{_unitdir}/*.service #THIS IS A WORKAROUND FOR RFKILL! -%{_sysconfdir}/systemd/system/systemd-rfkill@.service +%config %{_sysconfdir}/systemd/system/systemd-rfkill@.service #The following is not supported by fedora's kernel: %exclude %{_sysconfdir}/acpi/events/thinkpad-radiosw %exclude %{_sysconfdir}/acpi/thinkpad-radiosw.sh