diff options
author | Skippy the Kangoo <Skippythekangoo at yahoo dot fr> | 2009-12-15 08:22:44 +0100 |
---|---|---|
committer | Skippy the Kangoo <Skippythekangoo at yahoo dot fr> | 2009-12-15 08:22:44 +0100 |
commit | 0185a5969e992e76847e260806e5d06c8bbe8fb9 (patch) | |
tree | 712279db6ec6f9da4cb16e6b1d72426a8719b2f8 /base/patch/Pkgfile | |
parent | 9776720e4872b9ceb4a69c120cbfc1771636c66b (diff) | |
parent | f1c9ab8432000884d9c3a9e5b24cabd10778c38f (diff) | |
download | nutyx-extra-0185a5969e992e76847e260806e5d06c8bbe8fb9.tar.gz nutyx-extra-0185a5969e992e76847e260806e5d06c8bbe8fb9.tar.bz2 nutyx-extra-0185a5969e992e76847e260806e5d06c8bbe8fb9.tar.xz nutyx-extra-0185a5969e992e76847e260806e5d06c8bbe8fb9.zip |
Merge remote branch 'nutyx-2009/master'
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 |