summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtur Wiebe <artur@4wiebe.de>2017-07-21 15:41:15 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-08-03 09:00:21 +0200
commit82c93efbd07f16f16d8a12ce973c0605b2ec0c6c (patch)
tree9aa7cd40c95cd75bc2f0843e2a94fa2ef0c086ed
parent520c5b9ba42aad33a24963fa8000fef97ee0d0bd (diff)
downloadptxdist-82c93efbd07f16f16d8a12ce973c0605b2ec0c6c.tar.gz
ptxdist-82c93efbd07f16f16d8a12ce973c0605b2ec0c6c.tar.xz
python3: fixed /usr/bin/python3 link
Signed-off-by: Artur Wiebe <artur@4wiebe.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/python3.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/python3.make b/rules/python3.make
index 37494be94..310c6266c 100644
--- a/rules/python3.make
+++ b/rules/python3.make
@@ -153,7 +153,7 @@ $(STATEDIR)/python3.targetinstall:
*.so *.pyc, */test */tests */__pycache__ $(PYTHON3_SKIP-y))
@$(call install_copy, python3, 0, 0, 755, -, /usr/bin/python$(PYTHON3_MAJORMINOR))
- @$(call install_link, python3, python$(PYTHON_MAJORMINOR), /usr/bin/python3)
+ @$(call install_link, python3, python$(PYTHON3_MAJORMINOR), /usr/bin/python3)
@$(call install_lib, python3, 0, 0, 644, libpython$(PYTHON3_MAJORMINOR)m)
ifdef PTXCONF_PYTHON3_SYMLINK