Skip to content

Commit

Permalink
eclass/findlib: fixup documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Bauman <[email protected]>
  • Loading branch information
FuzzyGophers committed Dec 16, 2020
1 parent 4b4fa27 commit 7388425
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions eclass/findlib.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
DEPEND=">=dev-ml/findlib-1.0.4-r1"
[[ ${FINDLIB_USE} ]] && DEPEND="${FINDLIB_USE}? ( ${DEPEND} )"

# @FUNCTION: check_ocamlfind
# @DESCRIPTION:
# Please document me

check_ocamlfind() {
if [ ! -x "${EPREFIX}"/usr/bin/ocamlfind ]
then
Expand Down

0 comments on commit 7388425

Please sign in to comment.