diff options
author | davidovski <david@davidovski.xyz> | 2022-01-13 22:30:27 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-13 22:30:27 +0000 |
commit | 2d198085c851ebdd68527299fa59b1fdb3a75b2d (patch) | |
tree | 7ca5b9739c631598d1d47a0fbfed90425f47455e /repo/core/bzip2.xibuild | |
parent | 66b2a8343e22d876fb9f8c78ab100b70bac462d7 (diff) |
fixed a few minor bugs
Diffstat (limited to 'repo/core/bzip2.xibuild')
-rw-r--r-- | repo/core/bzip2.xibuild | 6 |
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 |