Skip to content

Commit

Permalink
rpmlint fixes, silence error W: setup-not-quiet
Browse files Browse the repository at this point in the history
  • Loading branch information
fgeorgatos committed May 2, 2018
1 parent 9539312 commit 1f40cc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Lmod-illumina.spec
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ rm -r pkgs tools/json.lua
#sed -i -e 's, pkgs , ,' Makefile.in
# Remove unneeded shebangs
sed -i -e '/^#!/d' init/*.in
%setup -c -D -T -a 1
%setup -q -c -D -T -a 1

%patch0 -p1

Expand Down Expand Up @@ -162,4 +162,4 @@ rm -rf $RPM_BUILD_ROOT
%config(noreplace) %attr(644, root, root) %{_sysconfdir}/profile.d/z01-default_modules.csh
%{_datadir}/lmod
%{_datadir}/modulefiles
# %{macrosdir}/macros.%{name}
# %%{macrosdir}/macros.%%{name}

0 comments on commit 1f40cc6

Please sign in to comment.