We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e631b3 commit cc36955Copy full SHA for cc36955
package.sh
@@ -48,6 +48,7 @@ install -Dsm755 vmtouch ${BUILD_ROOT}/${PKGNAME}/bin/
48
cd ${BUILD_ROOT}/${PKGNAME}/
49
rm -rf collector data tools docs tests src vendor pkg Makefile package.sh Gopkg.* *.log
50
find ${BUILD_ROOT}/${PKGNAME}/ -name "*.pyc" | xargs rm 2>/dev/null
51
+find ${BUILD_ROOT}/${PKGNAME}/ -name "__pycache__" | xargs rm -rf 2>/dev/null
52
find ${BUILD_ROOT}/${PKGNAME}/ -name "*.out" | xargs rm 2>/dev/null
53
54
# make tarball archive
0 commit comments