From 7048ed6184f607623534dfe84b74124090667ec8 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 17 Jul 2024 20:03:06 +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 78e45b8..0396ea8 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 -Dstrip=true build ninja -C build install -- cgit v1.2.3