autogen/rust: remove Cargo.lock

Remove Cargo.lock to avoid issues when updating Cargo.toml
pull/3201/head
Victor Julien 7 years ago
parent 6e82df274d
commit 6f7e24d3f2

@ -11,4 +11,9 @@ else
exit 1
fi;
autoreconf -fv --install || exit 1
if which cargo > /dev/null; then
if [ -f rust/Cargo.lock ] ; then
rm -f rust/Cargo.lock
fi
fi;
echo "You can now run \"./configure\" and then \"make\"."

Loading…
Cancel
Save