diff --git a/bootstrap.sh b/bootstrap.sh index b89d1fb..87e81e0 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -26,7 +26,7 @@ fi # Echo the rest so it's obvious set -x -meson builddir --prefix=$prefix --buildtype debugoptimized -Dwith-systemd-user-unit-dir=/etc/systemd/user "$@" +meson setup builddir --prefix=$prefix --buildtype debugoptimized -Dwith-systemd-user-unit-dir=/etc/systemd/user "$@" ninja -C builddir # Verify user wants to install