aboutsummaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-09-09 12:39:38 +0300
committerCem Keylan <cem@ckyln.com>2021-09-09 12:39:38 +0300
commitef9057abebd6d245f6268068c5375df0b3718bd4 (patch)
treedee4a9192c9aadb83cd1618b61d8f995b2106624 /community
parent6d7cc5b19ccc07a95945f5140c5e24c6fdf4cbc1 (diff)
downloadrepository-ef9057abebd6d245f6268068c5375df0b3718bd4.tar.gz
mpc: use cl-meson
Diffstat (limited to 'community')
-rwxr-xr-xcommunity/mpc/build3
1 files changed, 1 insertions, 2 deletions
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