templates: fix listing of binaries in the crate template
This commit is contained in:
parent
7e969ffbb3
commit
2e188b55a4
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ Requires: {{ req }}
|
|||
%doc {{ file }}
|
||||
{% endfor %}
|
||||
{% for bin in rpm_binary_names %}
|
||||
%{_bindir}/{{ bin.name }}
|
||||
%{_bindir}/{{ bin }}
|
||||
{% endfor %}
|
||||
|
||||
{% endif -%}
|
||||
|
|
Loading…
Reference in a new issue