Skip to content

Commit

Permalink
app-containers/aardvark-dns: 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 1fd6bf9 commit eac5e5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,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_install() {
Expand Down

0 comments on commit eac5e5e

Please sign in to comment.