summaryrefslogtreecommitdiffstats
path: root/makedeps.sh
diff options
context:
space:
mode:
Diffstat (limited to 'makedeps.sh')
-rwxr-xr-xmakedeps.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/makedeps.sh b/makedeps.sh
index 2960125..78c454e 100755
--- a/makedeps.sh
+++ b/makedeps.sh
@@ -14,6 +14,8 @@ if [ -f $NAME-$VERSION.tgz ]; then
echo "+ Pack"
tar czf ../$NAME-deps-$VERSION.tgz mycargo Cargo.lock
popd
+
+ rm -rf $MODULE-$VERSION
else
echo $NAME-$VERSION.tgz missing
fi