mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-15 13:58:55 +00:00
Merge pull request #204 from nitkon/patch-3
obs-packaging: Makefile: Use -prune to delete a directory
This commit is contained in:
@@ -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 {} \;
|
||||
|
Reference in New Issue
Block a user