mirror of
https://github.com/jordansissel/fpm
synced 2025-04-29 14:58:00 +02:00
correct %install section
This commit is contained in:
parent
0f01996743
commit
c30add8f98
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user