Skip to content

Commit

Permalink
app-containers/netavark: Sync with Gentoo
Browse files Browse the repository at this point in the history
This is slightly pre-emptive, but the changes should be upstream in a
few days following review.

Signed-off-by: James Le Cuirot <[email protected]>
  • Loading branch information
chewi committed Jun 13, 2024
1 parent eac5e5e commit 39bb26f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ src_unpack() {

src_prepare() {
default
sed -i -e "s|m0755 bin|m0755 target/$(usex debug debug release)|g;" Makefile || die
sed -i -e "s|m0755 bin|m0755 $(cargo_target_dir)|g;" Makefile || die
}

src_compile() {
Expand Down

0 comments on commit 39bb26f

Please sign in to comment.