Skip to content

Commit 2b3b6b2

Browse files
committed
make-srpm.sh: use %autosetup instead of %setup -q
1 parent 8852b66 commit 2b3b6b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make-srpm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ code scan defect lists to find out added or fixed defects.
147147
%endif
148148
149149
%prep
150-
%setup -q
150+
%autosetup
151151
152152
%build
153153
make version.cc

0 commit comments

Comments
 (0)