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/bzip2.xibuild | |
parent | 430d276607ead5129cc222f1f139128e9a3f9082 (diff) |
changed patch to prepare
Diffstat (limited to 'repo/system/bzip2.xibuild')
-rw-r--r-- | repo/system/bzip2.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/system/bzip2.xibuild b/repo/system/bzip2.xibuild index fc2e887..946c24a 100644 --- a/repo/system/bzip2.xibuild +++ b/repo/system/bzip2.xibuild @@ -8,7 +8,7 @@ BRANCH=bzip2-$PKG_VER DESC="a selection of programs for compressing and decompressing bzip2 files" -patch () { +prepare () { #curl https://www.linuxfromscratch.org/patches/lfs/development/bzip2-$PKG_VER-install_docs-1.patch > bzip2-$PKG_VER-install_docs-1.patch #patch -Np1 -i bzip2-$PKG_VER-install_docs-1.patch |