summaryrefslogtreecommitdiffstats
path: root/base/bzip2/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'base/bzip2/Pkgfile')
-rwxr-xr-xbase/bzip2/Pkgfile6
1 files changed, 2 insertions, 4 deletions
diff --git a/base/bzip2/Pkgfile b/base/bzip2/Pkgfile
index 480129cf9..a447e8203 100755
--- a/base/bzip2/Pkgfile
+++ b/base/bzip2/Pkgfile
@@ -5,14 +5,12 @@
# Depends on:
name=bzip2
-version=1.0.5
+version=1.0.6
release=1
-source=( http://www.bzip.org/$version/$name-$version.tar.gz\
- http://www.linuxfromscratch.org/patches/lfs/development/bzip2-$version-install_docs-1.patch)
+source=( http://www.bzip.org/$version/$name-$version.tar.gz)
build() {
cd $name-$version
-patch -Np1 -i ../bzip2-$version-install_docs-1.patch
sed -i 's@\(ln -s -f \)$(PREFIX)/bin/@\1@' Makefile
make -f Makefile-libbz2_so
make clean