Skip to content

Commit

Permalink
[rust] Delete .git files which are breaking slc7 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar authored Apr 26, 2023
1 parent 5d88f10 commit b54c60f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rust.spec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Requires: llvm

%prep
%setup -n %{n}-%{realversion}
#delete .git files which were part of tarfile ( may be due to submodules)
find . -name '.git' -type f | xargs --no-run-if-empty rm -f
%patch0 -p1

%build
Expand Down

0 comments on commit b54c60f

Please sign in to comment.