diff options
author | Cem Keylan <cem@ckyln.com> | 2021-12-06 20:34:48 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-12-06 20:34:48 +0100 |
commit | 63313a23ce8ef16cb88c9e264bb9a2051bc582d5 (patch) | |
tree | 5d1e26e05dd0ee703faec1aeea2d2be9c0ccbc4c /extra/alsa-lib/build | |
parent | 9e61dc93ecae26b15ccb7c2cf0a055a9e2f2049d (diff) | |
download | repository-63313a23ce8ef16cb88c9e264bb9a2051bc582d5.tar.gz |
alsa-lib: bump to 1.2.6
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 483e5b1f..53c81148 100755 --- a/extra/alsa-lib/build +++ b/extra/alsa-lib/build @@ -1,6 +1,6 @@ #!/bin/sh -e -patch -p1 < 1.2.5.patch +# patch -p1 < 1.2.5.patch ./configure \ --prefix=/usr \ |