python3: correctly fix PYTHON3_PATH
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 12 Apr 2014 21:03:10 +0000 (23:03 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 12 Apr 2014 21:03:10 +0000 (23:03 +0200)
commit97fba4cd24db0824997cb6685eae875effd76395
tree4265e620cbda9837dc720ce140bfbfaa6f2ec4e4
parent811ea79e3b6a3fd2d85bef6014aa7860915ed36c
python3: correctly fix PYTHON3_PATH

Commit 6251ccf03254f832c6e6ba0203ad46c18f217ca9 ('python3: fix the
value of PYTHON3_PATH') tried to fix the value of PYTHON3_PATH, but
did it incorrectly: it changed PYTHON_VERSION_MAJOR to
PYTHON_VERSION3_MAJOR, while it should have been
PYTHON3_VERSION_MAJOR.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/python3/python3.mk