summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham Dumpleton <Graham.Dumpleton@gmail.com>2020-02-17 10:02:08 +1100
committerGraham Dumpleton <Graham.Dumpleton@gmail.com>2020-02-17 10:02:08 +1100
commit3ffdcecb7075bb254a245130aa55b2a1dae0a55b (patch)
tree81c8a8facf3a06ebc5af08f6b6a6368b03ec2b85
parent6db33f20331958c0991ef3faa1cf27dc230ee676 (diff)
downloadmod_wsgi-3ffdcecb7075bb254a245130aa55b2a1dae0a55b.tar.gz
Remove build directory to be safe.
-rwxr-xr-xpackage.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.sh b/package.sh
index a9d9768..ee5c58f 100755
--- a/package.sh
+++ b/package.sh
@@ -2,7 +2,7 @@
set -eo pipefail
-rm -rf dist
+rm -rf build dist
rm -f pyproject.toml