Skip to content

Commit

Permalink
dev-scheme/racket: uncompress doc files for raco
Browse files Browse the repository at this point in the history
- raco pkg manager needs the doc files uncompressed

Suggested-by: Winston Weinert <[email protected]>
Closes: https://bugs.gentoo.org/662424
Package-Manager: Portage-2.3.40, Repoman-2.3.9
  • Loading branch information
Amynka committed Aug 5, 2018
1 parent 3acbd46 commit 1ec909d
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,8 @@ src_install() {

use X && pax-mark m "${D}/usr/$(get_libdir)/racket/gracket"
fi
# raco needs decompressed files for packages doc installation bug 662424
if use doc; then
docompress -x /usr/share/doc/${PF}
fi
}

0 comments on commit 1ec909d

Please sign in to comment.