summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/install.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/distutils/command/install.py')
-rw-r--r--Lib/distutils/command/install.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/command/install.py b/Lib/distutils/command/install.py
index 01ea005..cf45004 100644
--- a/Lib/distutils/command/install.py
+++ b/Lib/distutils/command/install.py
@@ -226,7 +226,7 @@ class Install (Command):
# Otherwise, just tack the "fallback postfix" onto the
# user-specified prefix.
- return apply (os.join, (my_prefix,) + fallback_postfix)
+ return apply (os.path.join, (my_prefix,) + fallback_postfix)
# replace_sys_prefix ()