diff --git a/bin/dunecontrol b/bin/dunecontrol index 2df0a293af2e178bcfcfa48625a4002dc482c2ea..b3ace44a6bf6af9d1a5071f43913e8dfcb37c7ee 100755 --- a/bin/dunecontrol +++ b/bin/dunecontrol @@ -718,8 +718,8 @@ while test $# -gt 0; do done if test "x$USE_CMAKE" = "xyes" && test -z "$DUNE_BUILDDIR"; then - echo "No build directory provided. Defaulting to the sub directory cmake-build" - export DUNE_BUILDDIR=cmake-build + echo "No build directory provided. Defaulting to the sub directory build-cmake" + export DUNE_BUILDDIR=build-cmake fi echo "USE_CMAKE=$USE_CMAKE DUNE_BUILDDIR=$DUNE_BUILDDIR" # we assume there should be a command...