Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SRPM output (continuation of #1657) #1952

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
correct %install section
trevor-vaughan authored and jordansissel committed Nov 4, 2022
commit a2cdd887a0962753df18d0c60e07cdd599873a74
4 changes: 2 additions & 2 deletions templates/rpm.erb
Original file line number Diff line number Diff line change
@@ -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