mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 19:02:57 +02:00
parent
6b6a6ff185
commit
bf97870590
1 changed files with 5 additions and 0 deletions
5
srcpkgs/glibc/files/glibc-patches
Executable file
5
srcpkgs/glibc/files/glibc-patches
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
# glibc-patches VERSION - fetch glibc upstream patches
|
||||
version=${1?no version given}
|
||||
curl -sL "http://repo.or.cz/glibc.git/patch/glibc-${version}..release/${version}/master" | sed '/^Subject/s,/[0-9]*\],],' | csplit -f glibc-upstream- -b '%02d.patch' - '/^From /' '{*}'
|
||||
rm glibc-upstream-00.patch
|
Loading…
Add table
Reference in a new issue