diff options
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 () { |