summaryrefslogtreecommitdiffstats
path: root/rules/python.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-10-21 06:10:22 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-10-22 12:36:42 +0200
commit2819641ca8f9680e1b222d5620f6158624df6a92 (patch)
treea5d20d7869f98a542db93cc4b1f6417910e220b5 /rules/python.make
parentf61e44a3bab6e0bf5191ebae9077487eae99a2f3 (diff)
downloadptxdist-2819641ca8f9680e1b222d5620f6158624df6a92.tar.gz
ptxdist-2819641ca8f9680e1b222d5620f6158624df6a92.tar.xz
[python] targetinstall consolidation
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/python.make')
-rw-r--r--rules/python.make4
1 files changed, 1 insertions, 3 deletions
diff --git a/rules/python.make b/rules/python.make
index a57fd8dc6..08d92f73b 100644
--- a/rules/python.make
+++ b/rules/python.make
@@ -159,9 +159,7 @@ $(STATEDIR)/python.targetinstall:
done
@$(call install_copy, python, 0, 0, 755, -, /usr/bin/python$(PYTHON_MAJORMINOR))
- @$(call install_copy, python, 0, 0, 644, -, /usr/lib/libpython$(PYTHON_MAJORMINOR).so.1.0)
- @$(call install_link, python, libpython$(PYTHON_MAJORMINOR).so.1.0, \
- /usr/lib/libpython$(PYTHON_MAJORMINOR).so)
+ @$(call install_lib, python, 0, 0, 644, libpython$(PYTHON_MAJORMINOR))
ifdef PTXCONF_PYTHON_SYMLINK
@$(call install_link, python, python$(PYTHON_MAJORMINOR), /usr/bin/python)