Skip to content

Commit

Permalink
Add the installation portion as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidtw committed Jul 26, 2017
1 parent e168d9e commit 3f1e2cc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion petasos.spec
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ popd
%{__install} -p etc/%{name}/supervisord.conf %{buildroot}%{_sysconfdir}/%{name}/supervisord.conf

# Create Logging Location
%{__install} -d %{buildroot}%{_localstatedir}/%{name}
%{__install} -d %{buildroot}%{_localstatedir}/log/%{name}

# Create Runtime Details Location
%{__install} -d %{buildroot}%{_localstatedir}/run/%{name}


%files
Expand Down

0 comments on commit 3f1e2cc

Please sign in to comment.