From 17ea743083380fb333efeaddc194ca6cfc51668a Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Wed, 10 Apr 2013 12:48:09 +0400 Subject: Dynamic libpython --- python2.7/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python2.7/Makefile') diff --git a/python2.7/Makefile b/python2.7/Makefile index 2a63529..2621607 100644 --- a/python2.7/Makefile +++ b/python2.7/Makefile @@ -181,13 +181,13 @@ postinst-stamp: install-default-stamp $(movefiles) -s $(d) -d $(d_lib) \ usr/lib/libpython$(pyver).so.1.0 ; \ ln -sf libpython$(pyver).so.1.0 \ - $(d)/usr/lib/libpython$(pyver).so.1 ; \ + $(d_lib)/usr/lib/libpython$(pyver).so.1 ; \ fi if ls $(d)/usr/lib/$(mach64)/libpython$(pyver).so.* >/dev/null 2>&1; then \ $(movefiles) -s $(d) -d$(d_lib) \ usr/lib/$(mach64)/libpython$(pyver).so.1.0 ; \ ln -sf libpython$(pyver).so.1.0 \ - $(d)/usr/lib/$(mach64)/libpython$(pyver).so.1 ; \ + $(d_lib)/usr/lib/$(mach64)/libpython$(pyver).so.1 ; \ fi touch $@ -- cgit v1.2.3