Skip to content

Commit

Permalink
dev-tex/culmus-latex: fix DeprecatedInsinto
Browse files Browse the repository at this point in the history
Signed-off-by: Conrad Kostecki <[email protected]>
  • Loading branch information
ConiKost committed Feb 13, 2022
1 parent 41a0e0e commit c527a66
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions dev-tex/culmus-latex/culmus-latex-0.7-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
Expand Down Expand Up @@ -38,10 +38,8 @@ src_install() {

dodoc README

if use examples ; then
insinto /usr/share/doc/${PF}/examples
doins examples/*
insinto /usr/share/doc/${PF}/examples/hiriq
doins examples/hiriq/*
if use examples; then
dodoc -r examples
docompress -x /usr/share/doc/${PF}/examples
fi
}

0 comments on commit c527a66

Please sign in to comment.