This commit is contained in:
David Rose 2009-11-10 22:27:57 +00:00
parent 6ae91cabd2
commit b4df14be69

View File

@ -353,7 +353,7 @@ def makeXpiFile():
for subdir in subdirs:
platform = FirefoxPlatformMap.get(subdir, None)
path = os.path.join(root, subdir)
if subdir and os.path.isdir(path):
if platform and os.path.isdir(path):
# Create the XPI directory platform/<platform name>/plugins
pluginsXpiDir = 'platform/%s/plugins' % (platform)