X-Git-Url: http://gitweb/?a=blobdiff_plain;f=patch%2FPkgfile;h=19ca54885a4169c85c8dae6c161f140cda9b4dd9;hb=4517995d45df1b07db8b37ebb57c8204584f6855;hp=0f7b191ba1080de1da08cc738099136e2533c627;hpb=b751b192b8a9f558df99b4050babc1b84d45a372;p=crossrootfs.git diff --git a/patch/Pkgfile b/patch/Pkgfile index 0f7b191..19ca548 100644 --- a/patch/Pkgfile +++ b/patch/Pkgfile @@ -5,17 +5,16 @@ # Depends on: name=patch -version=2.6 +version=2.7.6 release=1 -source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz) +source=(http://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz) build() { cd $name-$version - ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr make - make prefix=$PKG/usr install + make DESTDIR=$PKG install }