diff options
author | Cem Keylan <cem@ckyln.com> | 2022-12-18 17:28:10 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-12-18 17:28:10 +0100 |
commit | d21557216e082532637a209661a1a72b342bd5b6 (patch) | |
tree | 34edec7c4da017af6738f1e92ca94d861d456128 /community/mpd/build | |
parent | 53779d1fb08d44d093d1d5739dec45d77cc4baf9 (diff) | |
download | repository-d21557216e082532637a209661a1a72b342bd5b6.tar.gz |
mpd: use saner meson subproject settings
Diffstat (limited to 'community/mpd/build')
-rwxr-xr-x | community/mpd/build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/community/mpd/build b/community/mpd/build index 626a6d47..5a5ed84f 100755 --- a/community/mpd/build +++ b/community/mpd/build @@ -2,6 +2,8 @@ patch -p1 < boost-1.81.patch +clsed '/^directory =/s/=.*/= fmt/' subprojects/fmt.wrap + export DESTDIR="$1" cl-meson \ |