From 7c2b6640c166c9ba4e1466d67e4c15eee5ec003d Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Tue, 28 Feb 2012 14:57:30 +0000 Subject: [PATCH] fix %install --- subversion.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/subversion.spec b/subversion.spec index cadef97..8358dfc 100644 --- a/subversion.spec +++ b/subversion.spec @@ -279,7 +279,8 @@ install -Dpm 644 bash_completion \ # Install svnserve bits mkdir -p %{buildroot}%{_unitdir} \ %{buildroot}%{_localstatedir}/run/svnserve \ - %{buildroot}%{_sysconfdir}/tmpfiles.d + %{buildroot}%{_sysconfdir}/tmpfiles.d \ + %{buildroot}%{_sysconfdir}/sysconfig install -p -m 644 $RPM_SOURCE_DIR/svnserve.service \ %{buildroot}%{_unitdir}/svnserve.service