updated hooks for python support, from Andrey Orlov

This commit is contained in:
Дмитрий Левин 2004-05-17 14:56:07 +00:00
parent 8acd0aaf1f
commit 5792508f30

View File

@ -301,6 +301,8 @@ $r"
r="$(FindLibReqs "$f")"
[ -z "$FOUND_REQS" ] && FOUND_REQS="$r" || FOUND_REQS="$FOUND_REQS
$r"
[ -z "$LIST_PYTHON" ] && LIST_PYTHON="$f" || LIST_PYTHON="$LIST_PYTHON
$f"
fi
done