1
0
mirror of https://github.com/jordansissel/fpm synced 2025-04-29 14:58:00 +02:00

correct %install section

This commit is contained in:
Trevor Vaughan 2019-07-31 19:32:27 -04:00
parent 0f01996743
commit c30add8f98
No known key found for this signature in database
GPG Key ID: EAE58EF8CF068887

@ -111,8 +111,8 @@ Obsoletes: <%= repl %>
%install
<% if defined?(sources) && !sources.nil? && !sources.empty? -%>
mkdir -p %{buildroot}%{prefix}
cp -r * %{buildroot}%{prefix}
mkdir -p %{buildroot}
cp -r * %{buildroot}
<% end -%>
%clean