summaryrefslogtreecommitdiff
path: root/repo/core/bzip2.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/core/bzip2.xibuild')
-rw-r--r--repo/core/bzip2.xibuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/core/bzip2.xibuild b/repo/core/bzip2.xibuild
index 72a364c..f60aece 100644
--- a/repo/core/bzip2.xibuild
+++ b/repo/core/bzip2.xibuild
@@ -8,15 +8,15 @@ DESC="a selection of programs for compressing and decompressing bzip2 files"
build () {
- curl https://www.linuxfromscratch.org/patches/lfs/development/bzip2-1.0.8-install_docs-1.patch > bzip2-1.0.8-install_docs-1.patch
+ #curl https://www.linuxfromscratch.org/patches/lfs/development/bzip2-1.0.8-install_docs-1.patch > bzip2-1.0.8-install_docs-1.patch
- patch -Np1 -i bzip2-1.0.8-install_docs-1.patch
+ #patch -Np1 -i bzip2-1.0.8-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
+ #sed -i "s@(PREFIX)/man@(PREFIX)/share/man@g" Makefile
make -f Makefile-libbz2_so
make clean