Skip to content

Commit

Permalink
Fix removing files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexpux committed Oct 17, 2013
1 parent a6a70a3 commit 59777d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/3rdparty-post.sh
Expand Up @@ -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
Expand Down

0 comments on commit 59777d6

Please sign in to comment.