diff options
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 ea133674..626a6d47 100755 --- a/community/mpd/build +++ b/community/mpd/build @@ -1,5 +1,7 @@ #!/bin/sh -e +patch -p1 < boost-1.81.patch + export DESTDIR="$1" cl-meson \ |