From 2eec6103068f3dce5ea33e3e9e0821f2a4b4f6af Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 30 Jan 2022 19:05:12 +0000 Subject: removed any unecessary curls from prepares --- repo/system/bzip2.xibuild | 6 ------ 1 file changed, 6 deletions(-) (limited to 'repo/system/bzip2.xibuild') 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 () { -- cgit v1.2.1