Make sure we chmod docs/plugins so it's group writable.

This commit is contained in:
James Vega 2004-12-17 07:11:11 +00:00
parent e89e5402ca
commit 42b455b520

View File

@ -77,6 +77,7 @@ if __name__ == '__main__':
} }
system('python sandbox/generate-plugin-documentation.py') system('python sandbox/generate-plugin-documentation.py')
pwd = os.getcwd() pwd = os.getcwd()
os.chmod('docs/plugins', 0775)
sh = 'tar rf %s/docs.tar %%s' % pwd sh = 'tar rf %s/docs.tar %%s' % pwd
for (dir, L) in docFiles.iteritems(): for (dir, L) in docFiles.iteritems():
os.chdir(os.path.join(pwd, dir)) os.chdir(os.path.join(pwd, dir))