Skip to content

Commit

Permalink
Merge pull request jordansissel#194 from lum/master
Browse files Browse the repository at this point in the history
Adding the noreplace option to config files in the rpm spec template.
  • Loading branch information
jls committed Apr 13, 2012
2 parents de29699 + 3d5626c commit 3b38b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/rpm.erb
Expand Up @@ -99,7 +99,7 @@ fi
%defattr(-,root,root,-)
<%# Output config files and then regular files. -%>
<% config_files.each do |path| -%>
%config <%= path %>
%config(noreplace) <%= path %>
<% end -%>
<%# list only files, not directories? -%>
<%=
Expand Down

0 comments on commit 3b38b1d

Please sign in to comment.