diff options
author | Cem Keylan <cem@ckyln.com> | 2021-06-02 21:11:14 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-06-02 21:11:14 +0300 |
commit | b6ce49319cc6768230f4fdfc697ffde5bb7a13ce (patch) | |
tree | c5cf0fbb873191eca4f3f11cf5247130517d7894 /extra/alsa-lib/build | |
parent | 7580b3ab9bd13ba104085ef0dc0a50cde6c07ab9 (diff) | |
download | repository-b6ce49319cc6768230f4fdfc697ffde5bb7a13ce.tar.gz |
alsa-lib: bump to 1.2.5
Diffstat (limited to 'extra/alsa-lib/build')
-rwxr-xr-x | extra/alsa-lib/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/alsa-lib/build b/extra/alsa-lib/build index 2a68c4f5..11cfcd2f 100755 --- a/extra/alsa-lib/build +++ b/extra/alsa-lib/build @@ -1,6 +1,6 @@ #!/bin/sh -e -patch -p1 < dlo.patch +patch -p1 < 1.2.5.patch ./configure \ --prefix=/usr \ |