]> git.pld-linux.org Git - packages/gem2rpm.git/commitdiff
sort bin files
authorElan Ruusamäe <glen@delfi.ee>
Mon, 29 Apr 2013 21:06:24 +0000 (00:06 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 29 Apr 2013 21:06:24 +0000 (00:06 +0300)
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.051074 seconds and 4 git commands to generate.