Skip to content

Commit

Permalink
Actually install the example file.
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidtw committed Nov 8, 2017
1 parent d16755c commit 9561b10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scytale.spec
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ popd

# Install Configuration
%{__install} -d %{buildroot}%{_sysconfdir}/%{name}
%{__install} -p etc/%{name}/%{name}.env.example %{buildroot}%{_sysconfdir}/%{name}/%{name}.env.example
%{__install} -p etc/%{name}/%{name}.json %{buildroot}%{_sysconfdir}/%{name}/%{name}.json
%{__install} -p etc/%{name}/supervisord.conf %{buildroot}%{_sysconfdir}/%{name}/supervisord.conf

Expand Down

0 comments on commit 9561b10

Please sign in to comment.