hooks/script-wrapper: generate python3.4-config wrapper correctly.

This commit is contained in:
Juan RP 2014-06-20 11:05:00 +02:00
parent 54197612fd
commit b3ffc0a10e

View file

@ -66,7 +66,7 @@ hook() {
generic_wrapper2 libpng-config
generic_wrapper2 ncurses5-config
python_wrapper python-config 2.7
python_wrapper python3-config 3.4
python_wrapper python3.4-config 3.4m
export PATH=${WRAPPERDIR}:$PATH
}