diff options
Diffstat (limited to 'base/patch/Pkgfile')
-rwxr-xr-x | base/patch/Pkgfile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/base/patch/Pkgfile b/base/patch/Pkgfile index 126eb2a07..9602b86c7 100755 --- a/base/patch/Pkgfile +++ b/base/patch/Pkgfile @@ -5,13 +5,11 @@ # Depends on: module-init-tools name=patch -version=2.5.9 +version=2.6 release=1 -source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz \ -http://www.linuxfromscratch.org/patches/lfs/development/patch-$version-fixes-1.patch) +source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz) build() { cd $name-$version -patch -Np1 -i ../patch-$version-fixes-1.patch ./configure --prefix=/usr \ --mandir=/usr/share/man \ --infodir=/usr/share/info |