From 05587796381dd2a3f341dcf92af34bf80b02e6e1 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 17 Jul 2024 20:02:18 +0200 Subject: Remove build directory in install script --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index ab921fa..2a1abf8 100755 --- a/install.sh +++ b/install.sh @@ -7,7 +7,8 @@ cd "$script_dir" echo "Warning: this install.sh script is deprecated. Use meson directly instead if possible" -test -d build || meson setup build +rm -rf build +meson setup build meson configure --prefix=/usr --buildtype=release -Dsystemd=true -Dstrip=true build ninja -C build install -- cgit v1.2.3