Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
salmelamike committed Aug 23, 2019
1 parent 7eea93d commit d436a1f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rpm/ssu.spec
Expand Up @@ -181,6 +181,9 @@ mkdir -p %{buildroot}/%{_docdir}/%{name}
mkdir -p %{buildroot}/%{_sysconfdir}/%{name}
cd .. && cp -R doc/html/* %{buildroot}/%{_docdir}/%{name}/

if [ %{_unitdir} == "/usr/lib/systemd/system" ]; then
mv %{buildroot}/lib/systemd/system %{buildroot}%{_unitdir}
fi

%pre
groupadd -rf ssu
Expand Down

0 comments on commit d436a1f

Please sign in to comment.