diff options
Diffstat (limited to 'makedeps.sh')
| -rwxr-xr-x | makedeps.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makedeps.sh b/makedeps.sh index 99ce444..2960125 100755 --- a/makedeps.sh +++ b/makedeps.sh @@ -12,7 +12,7 @@ if [ -f $NAME-$VERSION.tgz ]; then cargo vendor mycargo echo "+ Pack" - tar czf ../$NAME-deps-$VERSION.tgz mycargo + tar czf ../$NAME-deps-$VERSION.tgz mycargo Cargo.lock popd else echo $NAME-$VERSION.tgz missing |
