From 868cbc8e9c2d53c806cb938109de782623a59387 Mon Sep 17 00:00:00 2001 From: Maciej Sitarz Date: Thu, 19 Jul 2018 14:18:54 +0200 Subject: [PATCH] Fix RPM Build Error: File must begin with '/' --- contrib/packaging/autorandr.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/packaging/autorandr.spec b/contrib/packaging/autorandr.spec index 8470caa..003ed90 100644 --- a/contrib/packaging/autorandr.spec +++ b/contrib/packaging/autorandr.spec @@ -44,7 +44,7 @@ install -D -m 644 contrib/etc/xdg/autostart/autorandr.desktop %{buildroot}%{_sys %files %defattr(-,root,root,-) -%attr(0644,root,root) %{_unitdir}/autorandr.service +%attr(0644,root,root) /%{_unitdir}/autorandr.service %license gpl-3.0.txt %doc README.md -- 2.39.2