summaryrefslogtreecommitdiff
path: root/command/bdist_dumb.py
diff options
context:
space:
mode:
Diffstat (limited to 'command/bdist_dumb.py')
-rw-r--r--command/bdist_dumb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/command/bdist_dumb.py b/command/bdist_dumb.py
index 5456e57a..0a68d00a 100644
--- a/command/bdist_dumb.py
+++ b/command/bdist_dumb.py
@@ -70,7 +70,7 @@ class bdist_dumb (Command):
# And make an archive relative to the root of the
# pseudo-installation tree.
- archive_basename = "%s.%s" % (self.distribution.get_full_name(),
+ archive_basename = "%s.%s" % (self.distribution.get_fullname(),
get_platform())
print "output_dir = %s" % output_dir
print "self.format = %s" % self.format