-
Notifications
You must be signed in to change notification settings - Fork 2
PF1
Anton Novojilov edited this page May 25, 2020
·
6 revisions
Checks all spec data for useless spaces.
%install
rm -rf %{buildroot}
%{make_install} PREFIX=%{buildroot}%{_prefix} ↵
%install
rm -rf %{buildroot}
%{make_install} PREFIX=%{buildroot}%{_prefix}↵
Sometimes you can forget to remove spaces on the end of the lines.