summaryrefslogtreecommitdiffstats
path: root/makedeps.sh
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-04-28 08:42:32 +0200
committerRemi Collet <remi@php.net>2026-04-28 08:42:32 +0200
commit3aab5cada6849c2ee8068429dc0982117028cb76 (patch)
treec58eff655e1d4eb56f297f714b698fb9dd6aa1c6 /makedeps.sh
parentf6880c30e3214ba30b4d858e9e71b08aa0a67b5b (diff)
update to 8.6.3HEADmaster
Diffstat (limited to 'makedeps.sh')
-rwxr-xr-xmakedeps.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/makedeps.sh b/makedeps.sh
index 78c454e..4793d3a 100755
--- a/makedeps.sh
+++ b/makedeps.sh
@@ -15,6 +15,7 @@ if [ -f $NAME-$VERSION.tgz ]; then
tar czf ../$NAME-deps-$VERSION.tgz mycargo Cargo.lock
popd
+ echo "+ Clean"
rm -rf $MODULE-$VERSION
else
echo $NAME-$VERSION.tgz missing