From 59777d6e5ae28d3fc09705a8ab72f33eed8fccd6 Mon Sep 17 00:00:00 2001 From: Alexpux Date: Thu, 17 Oct 2013 09:18:13 +0400 Subject: [PATCH] Fix removing files. --- scripts/3rdparty-post.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/3rdparty-post.sh b/scripts/3rdparty-post.sh index d64ceaca2..4354d363a 100644 --- a/scripts/3rdparty-post.sh +++ b/scripts/3rdparty-post.sh @@ -49,7 +49,7 @@ function python_deps_post { rm -rf $LIBS_DIR/include rm -rf $LIBS_DIR/lib/pkgconfig - find $LIBS_DIR/lib -maxdepth 1 -type f -name *.a -print0 | xargs rm -f + find $LIBS_DIR/lib -maxdepth 1 -type f -name *.a -print0 | xargs -0 rm -f rm -rf $LIBS_DIR/man rm -rf $LIBS_DIR/share/man rm -rf $LIBS_DIR/share/info