autogen/rust: remove Cargo.lock

Remove Cargo.lock to avoid issues when updating Cargo.toml
pull/3234/merge
Victor Julien 9 years ago
parent 2c40c34ad2
commit 19af022620

@ -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