diff options
author | davidovski <david@davidovski.xyz> | 2022-01-30 19:05:12 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-30 19:05:12 +0000 |
commit | 2eec6103068f3dce5ea33e3e9e0821f2a4b4f6af (patch) | |
tree | 0c09accf0c7c002875f019474dea39eab83585b6 /repo/system/bzip2.xibuild | |
parent | 592b40a6c9bf084a95369f0bfdb3084cfdbb600d (diff) |
removed any unecessary curls from prepares
Diffstat (limited to 'repo/system/bzip2.xibuild')
-rw-r--r-- | repo/system/bzip2.xibuild | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/repo/system/bzip2.xibuild b/repo/system/bzip2.xibuild index 4e04af3..ff2f2d0 100644 --- a/repo/system/bzip2.xibuild +++ b/repo/system/bzip2.xibuild @@ -10,15 +10,9 @@ DESC="a selection of programs for compressing and decompressing bzip2 files" 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 - # ensure symbolic links are relative sed -i 's@\(ln -s -f \)$(PREFIX)/bin/@\1@' Makefile - - #sed -i "s@(PREFIX)/man@(PREFIX)/share/man@g" Makefile } build () { |