Skip to content

Commit

Permalink
Make the dir for logging include log.
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidtw committed Apr 6, 2017
1 parent 5bdcab1 commit aa8d36e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scytale.spec
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ 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}
Expand Down

0 comments on commit aa8d36e

Please sign in to comment.