Skip to content

Commit

Permalink
dev-scheme/ypsilon: fix DeprecatedInsinto
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Aug 27, 2021
1 parent 58c008c commit 00defd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-scheme/ypsilon/ypsilon-0.9.6_p3-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ src_install() {
emake PREFIX="${EPREFIX}/usr" DESTDIR="${D}" install

if use examples; then
insinto /usr/share/doc/${PF}/examples
doins example/*
docinto examples
dodoc example/*
fi
}

0 comments on commit 00defd9

Please sign in to comment.