| Index: remoting/webapp/build-webapp.py
|
| diff --git a/remoting/webapp/build-webapp.py b/remoting/webapp/build-webapp.py
|
| index e2a0abe5c9b99f020e5d9b978af5c573dd9d89f0..8f61ca1077c43eca6a2a03e2979c998982e44165 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)
|
|
|