Skip to content
ᴀɴᴛᴏɴ ɴᴏᴠᴏᴊɪʟᴏᴠ edited this page Jun 23, 2024 · 4 revisions

Description

Checks setup section options.

Problematic code

%prep
%setup -q -c -n %{name}-%{version}

Correct code

%prep
%setup -qcn %{name}-%{version}
Clone this wiki locally