Buildbot: Fix typo

What a shame..
This commit is contained in:
Sergey Sharybin 2015-12-03 16:37:17 +05:00
parent 27c0997417
commit 2c7a70395c

@ -60,7 +60,7 @@ def parse_header_file(filename, define):
# Make sure install directory always exists
if not os.path.exists(install_dir):
os.makesirs(install_dir)
os.makedirs(install_dir)
# scons does own packaging