Skip to content

Commit

Permalink
dev-lang/yap: 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 aa90de3 commit 70eff29
Showing 1 changed file with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,17 +112,20 @@ src_install() {
dodoc changes*.html README

if use examples ; then
docinto /usr/share/doc/${PF}/examples/chr
docinto examples/chr
dodoc packages/chr/Examples/*

if use java ; then
docinto /usr/share/doc/${PF}/examples/jpl/prolog
docinto examples/jpl/prolog
dodoc packages/jpl/jpl/examples/prolog/*
docinto /usr/share/doc/${PF}/examples/jpl/java

docinto examples/jpl/java
dodoc packages/jpl/jpl/examples/java/README
dodoc -r packages/jpl/jpl/examples/java/*/*.{java,pl}
fi

if use mpi ; then
docinto /usr/share/doc/${PF}/examples/mpi
docinto examples/mpi
dodoc library/mpi/examples/*.pl
fi
fi
Expand Down

0 comments on commit 70eff29

Please sign in to comment.