diff --git a/obs-packaging/Makefile b/obs-packaging/Makefile index 6433acf1a2..25139136b3 100644 --- a/obs-packaging/Makefile +++ b/obs-packaging/Makefile @@ -5,4 +5,4 @@ clean: - find . -maxdepth 2 -type d -name '*home:katacontainers*' -exec sudo rm -rf {} \; + find . -maxdepth 2 -type d -name '*home:katacontainers*' -prune -exec sudo rm -rf {} \;