summaryrefslogtreecommitdiffstats
path: root/base/make
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-11-20 19:49:45 +0100
committertnut <thierryn1 at hispeed dot ch>2010-11-20 19:49:45 +0100
commitd3c2102ccbef019dde2b1b10dc0a483758fde526 (patch)
treea9ee386695c74dd9e098a38201119c201aba1117 /base/make
parent38aa82c2499c674f3afe42de2736f5e263498efd (diff)
downloadnutyx-pakxe-d3c2102ccbef019dde2b1b10dc0a483758fde526.tar.gz
nutyx-pakxe-d3c2102ccbef019dde2b1b10dc0a483758fde526.tar.bz2
nutyx-pakxe-d3c2102ccbef019dde2b1b10dc0a483758fde526.tar.xz
nutyx-pakxe-d3c2102ccbef019dde2b1b10dc0a483758fde526.zip
make, suppression du patch
Diffstat (limited to 'base/make')
-rwxr-xr-xbase/make/Pkgfile4
1 files changed, 1 insertions, 3 deletions
diff --git a/base/make/Pkgfile b/base/make/Pkgfile
index cbb827697..3c2238b8f 100755
--- a/base/make/Pkgfile
+++ b/base/make/Pkgfile
@@ -7,12 +7,10 @@
name=make
version=3.82
release=1
-source=( http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz\
- http://www.linuxfromscratch.org/patches/lfs/development/make-3.81-upstream_fixes-1.patch)
+source=( http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
build() {
cd $name-$version
-patch -Np1 -i ../$name-$version-upstream_fixes-1.patch
./configure --prefix=/usr \
--mandir=/usr/share/man \
--infodir=/usr/share/info