Skip to content

Commit

Permalink
fix cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ycollet committed Oct 31, 2024
1 parent badc02b commit 18aa090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hise/hise.spec
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ rm -rf HISE-%{version}/.github/
rm -f HISE-%{version}/.gitignore
rm -f HISE-%{version}/.gitmodules

find tools/ -executable -type f -exec rm -rf {} \;
find HISE-%{version}/tools -executable -type f -exec rm -rf {} \;

mv HISE-%{version} %{buildroot}/%{_usrsrc}/HISE
cd ..
Expand Down

0 comments on commit 18aa090

Please sign in to comment.