diff --git a/extra/python/build b/extra/python/build index e57ef347..a4589bc8 100755 --- a/extra/python/build +++ b/extra/python/build @@ -42,5 +42,5 @@ chmod u+w "$1/usr/lib/libpython"* rm -rf lib2to3 pydoc* idlelib turtle* config-* ensurepip cd "$1/usr/bin" - rm -rf 2to3* pydoc* idle* + rm -f 2to3* pydoc* idle* }