mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-18 08:02:49 +01:00
Make sure we chmod docs/plugins so it's group writable.
This commit is contained in:
parent
e89e5402ca
commit
42b455b520
@ -77,6 +77,7 @@ if __name__ == '__main__':
|
||||
}
|
||||
system('python sandbox/generate-plugin-documentation.py')
|
||||
pwd = os.getcwd()
|
||||
os.chmod('docs/plugins', 0775)
|
||||
sh = 'tar rf %s/docs.tar %%s' % pwd
|
||||
for (dir, L) in docFiles.iteritems():
|
||||
os.chdir(os.path.join(pwd, dir))
|
||||
|
Loading…
Reference in New Issue
Block a user