From ef9057abebd6d245f6268068c5375df0b3718bd4 Mon Sep 17 00:00:00 2001
From: Cem Keylan <cem@ckyln.com>
Date: Thu, 9 Sep 2021 12:39:38 +0300
Subject: mpc: use cl-meson

---
 community/mpc/build | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

(limited to 'community/mpc')

diff --git a/community/mpc/build b/community/mpc/build
index 64ee0e20..20b55fd4 100755
--- a/community/mpc/build
+++ b/community/mpc/build
@@ -2,8 +2,7 @@
 
 export DESTDIR="$1"
 
-meson \
-    --prefix=/usr \
+cl-meson \
     . output
 
 ninja -C output
-- 
cgit v1.2.3