From defbb2f222bc5f0566ad5de0acdb7c778bef8316 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Fri, 20 Apr 2018 14:39:45 +0200 Subject: [PATCH] rpm: spec fix --- rpm/tvheadend.spec.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpm/tvheadend.spec.in b/rpm/tvheadend.spec.in index 982e83ddf..bf6de9653 100644 --- a/rpm/tvheadend.spec.in +++ b/rpm/tvheadend.spec.in @@ -60,8 +60,8 @@ echo %{version}-%{release} > %{_builddir}/%{buildsubdir}/rpm/version %install %make_install -install -Dpm 0644 rpm/tvheadend.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/tvheadend -install -Dpm 0644 rpm/tvheadend.service %{buildroot}%{_unitdir} +install -Dpm 0644 rpm/tvheadend.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/%{name} +install -Dpm 0644 rpm/tvheadend.service %{buildroot}%{_unitdir}/%{name}.service install -dm 0755 %{buildroot}%{_sharedstatedir}/%{name}/ -- 2.47.2