-
Notifications
You must be signed in to change notification settings - Fork 2
PF23
ᴀɴᴛᴏɴ ɴᴏᴠᴏᴊɪʟᴏᴠ edited this page Jun 23, 2024
·
4 revisions
Checks for useless slash between %{buildroot}
and path macro.
%install
rm -rf %{buildroot}
install -pm app.conf %{buildroot}/%{_sysconfdir}
%install
rm -rf %{buildroot}
install -pm app.conf %{buildroot}%{_sysconfdir}
Path macroses already have a leading slash symbol.