Skip to content

Commit

Permalink
dev-embedded/libftdi: same man page fixes for :1
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/657138
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Dec 27, 2020
1 parent 7907d85 commit 5d46daf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev-embedded/libftdi/libftdi-1.5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ src_install() {

if use doc ; then
# Clean up crap man pages. #356369
rm -vf "${CMAKE_BUILD_DIR}"/doc/man/man3/_* || die
rm -vf "${BUILD_DIR}"/doc/man/man3/_* || die

doman "${CMAKE_BUILD_DIR}"/doc/man/man3/*
dodoc -r "${CMAKE_BUILD_DIR}"/doc/html
doman "${BUILD_DIR}"/doc/man/man3/*
dodoc -r "${BUILD_DIR}"/doc/html
fi

if use examples ; then
Expand Down

0 comments on commit 5d46daf

Please sign in to comment.