diff options
-rwxr-xr-x | build | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9,5 +9,6 @@ nop: @: build: - cd src && ./bootstrap --verbose --system-libs \ + mkdir -p src/Build + cd src/Build && ../bootstrap --verbose --system-libs \ --prefix=/usr --docdir=/share/doc/cmake --mandir=/share/man |