diff options
author | davidovski <david@davidovski.xyz> | 2022-01-16 16:03:29 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-16 16:03:29 +0000 |
commit | 6fc3b9dc3e84abb1371424efbc8b01ccd41e27f6 (patch) | |
tree | bcd19e5d5d19536626d70c931cc2b26cadee0f50 /repo/system/shadow.xibuild | |
parent | 430d276607ead5129cc222f1f139128e9a3f9082 (diff) |
changed patch to prepare
Diffstat (limited to 'repo/system/shadow.xibuild')
-rw-r--r-- | repo/system/shadow.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/system/shadow.xibuild b/repo/system/shadow.xibuild index ea32c22..cb53b59 100644 --- a/repo/system/shadow.xibuild +++ b/repo/system/shadow.xibuild @@ -7,7 +7,7 @@ PKG_VER=4.10 SOURCE=https://github.com/shadow-maint/shadow/releases/download/v$PKG_VER/shadow-$PKG_VER.tar.xz DESC="Password and account management tool suite with support for shadow files and PAM" -patch () { +prepare () { curl https://www.linuxfromscratch.org/patches/lfs/development/shadow-$PKG_VER-useradd_segfault-1.patch > shadow-$PKG_VER-useradd_segfault-1.patch patch -Np1 -i shadow-$PKG_VER-useradd_segfault-1.patch |