| Index: remoting/webapp/build-webapp.py
|
| diff --git a/remoting/webapp/build-webapp.py b/remoting/webapp/build-webapp.py
|
| index 9ed59d87b2bb12f6a696923841891d57db4773ac..2195d7362dfe513aa3af9d96ed2b163365d623dd 100755
|
| --- a/remoting/webapp/build-webapp.py
|
| +++ b/remoting/webapp/build-webapp.py
|
| @@ -169,7 +169,7 @@ def buildWebApp(buildtype, version, destination, zip_path,
|
| raise
|
| else:
|
| pass
|
| - os.mkdir(destination, 0775)
|
| + os.makedirs(destination, 0775)
|
|
|
| if buildtype != 'Official' and buildtype != 'Release' and buildtype != 'Dev':
|
| raise Exception('Unknown buildtype: ' + buildtype)
|
|
|