Skip to content

Commit

Permalink
app-emulation/cloud-hypervisor: Add missing die to cp command
Browse files Browse the repository at this point in the history
Signed-off-by: Jakov Smolić <[email protected]>
  • Loading branch information
jsmolic committed Apr 18, 2023
1 parent 3144ebf commit 110f4c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ src_unpack() {
cargo_src_unpack
mkdir "${S}"/{vendor,.cargo} || die
ln -s "${WORKDIR}/vendor/"* "${S}"/vendor || die
cp "${FILESDIR}"/${P}-vendor-config "${S}"/.cargo/config.toml
cp "${FILESDIR}"/${P}-vendor-config "${S}"/.cargo/config.toml || die
}

src_prepare() {
Expand Down

0 comments on commit 110f4c1

Please sign in to comment.