diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-12-14 10:08:02 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-12-14 10:10:34 -0200 |
commit | 488c6f4824fc0eaedf4b9646c7f2833477638264 (patch) | |
tree | 175c61b7a3295a9032e7fe74bc14efd2502b3f2c /bootstrap.sh | |
parent | ce9f9d8f882b9f634affd82d619f89e3f0743ea3 (diff) |
bootstrap.sh: need also to create build-aux dir
This dir doesn't exist at git tree anymore, but it is needed
by bootstrap.sh
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index 385d8729..296ffafb 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,5 +1,6 @@ #!/bin/bash +mkdir build-aux/ 2>/dev/null touch build-aux/config.rpath autoreconf -vfi |