clarifying comment

This commit is contained in:
projectmoon 2023-03-16 22:31:57 +01:00
parent a40dcf0d62
commit b16e8cd913
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ src_prepare() {
# Link vendored cargo deps in.
ln -s "${WORKDIR}/vendor/"* "${CARGO_HOME}/gentoo/"
# Patch makefile according to upstream from-source install
# Patch files according to upstream from-source install
# instructions.
sed -i "s/version = \"0.0.0\"/version = \"${PV}\"/g" Cargo.toml \
|| die 'could not set Cargo.toml version'