aboutsummaryrefslogtreecommitdiff
path: root/extra/basu
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-09-09 12:55:48 +0300
committerCem Keylan <cem@ckyln.com>2021-09-09 12:55:48 +0300
commit5edfc3c14a876594335085e102723ed6a4368868 (patch)
tree0acbf01cc7b984fbbd5a68d17a8bfd88b4538d39 /extra/basu
parentf6cbad8d55fbfaa43d3824f15ce8f938b83f6856 (diff)
downloadrepository-5edfc3c14a876594335085e102723ed6a4368868.tar.gz
basu: use cl-meson
Diffstat (limited to 'extra/basu')
-rwxr-xr-xextra/basu/build3
1 files changed, 1 insertions, 2 deletions
diff --git a/extra/basu/build b/extra/basu/build
index 64ee0e20..20b55fd4 100755
--- a/extra/basu/build
+++ b/extra/basu/build
@@ -2,8 +2,7 @@
export DESTDIR="$1"
-meson \
- --prefix=/usr \
+cl-meson \
. output
ninja -C output