diff options
author | Cem Keylan <cem@ckyln.com> | 2023-01-20 14:33:36 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-01-20 14:33:36 +0100 |
commit | c23d6c83582ed449d551ef00ac43434bee2edb9e (patch) | |
tree | 57005edd6a1241a8f4a8ea2ea67d02395cdfb89a /community/mpd/build | |
parent | 8b5f4dee9e63a30ab5670ebd9a22d491cc024af1 (diff) | |
download | repository-c23d6c83582ed449d551ef00ac43434bee2edb9e.tar.gz |
mpd: bump to 0.23.12
Diffstat (limited to 'community/mpd/build')
-rwxr-xr-x | community/mpd/build | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/community/mpd/build b/community/mpd/build index 5a5ed84f..47b60e3b 100755 --- a/community/mpd/build +++ b/community/mpd/build @@ -1,7 +1,5 @@ #!/bin/sh -e -patch -p1 < boost-1.81.patch - clsed '/^directory =/s/=.*/= fmt/' subprojects/fmt.wrap export DESTDIR="$1" |