diff options
author | Anas Nashif <anas.nashif@intel.com> | 2012-11-07 07:29:36 -0800 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2012-11-07 07:29:36 -0800 |
commit | ef2d05abaff33195a1543158039d28720442eb47 (patch) | |
tree | 5e61b6377ae0a136e3d92af9e016a5b7d5047bd7 | |
parent | d747829dc985858440cc609a75f46b3e84bcbaeb (diff) | |
download | python-ef2d05abaff33195a1543158039d28720442eb47.tar.gz python-ef2d05abaff33195a1543158039d28720442eb47.tar.bz2 python-ef2d05abaff33195a1543158039d28720442eb47.zip |
python-2.7-dirs
===================================================================
-rw-r--r-- | Makefile.pre.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index e2237a9..66d72a5 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -97,7 +97,7 @@ LIBDIR= @libdir@ MANDIR= @mandir@ INCLUDEDIR= @includedir@ CONFINCLUDEDIR= $(exec_prefix)/include -SCRIPTDIR= $(prefix)/lib +SCRIPTDIR= @libdir@ # Detailed destination directories BINLIBDEST= $(LIBDIR)/python$(VERSION) |