diff options
Diffstat (limited to 'build_mpdec.sh')
-rwxr-xr-x | build_mpdec.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build_mpdec.sh b/build_mpdec.sh index 5bae0c2..124833c 100755 --- a/build_mpdec.sh +++ b/build_mpdec.sh @@ -27,6 +27,8 @@ function build() function post() { + rm -rf "${dest}" + rm -rf "${tarball}" echo "All done." } |