Skip to content

Commit

Permalink
dev-lang/mercury: fix docinto argument (avoid double 'prefix')
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
thesamesam authored and SoapGentoo committed May 28, 2021
1 parent 2dbd913 commit aa90de3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ src_install() {
fi

if use examples; then
docinto /usr/share/doc/${PF}/samples
docinto samples
dodoc samples/{*.m,README,Mmakefile}
dodoc -r samples/c_interface \
samples/diff \
Expand Down

0 comments on commit aa90de3

Please sign in to comment.