]> git.pld-linux.org Git - packages/gem2rpm.git/blobdiff - pld.spec.erb
sort bin files
[packages/gem2rpm.git] / pld.spec.erb
index 37515db028b86cec8d017890f49035d708d84200..65ca1e59e8543a8aadefe41e378ba06dd7c507aa 100644 (file)
@@ -46,7 +46,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-<% for f in spec.executables -%>
+<% for f in spec.executables.sort -%>
 %attr(755,root,root) %{_bindir}/<%= f %>
 <% end -%>
 %{ruby_vendorlibdir}/%{pkgname}.rb
This page took 0.077631 seconds and 4 git commands to generate.