# HG changeset patch # User Pascal Bellard # Date 1223121285 0 # Node ID 7ffdeac145184abe2537de48391e5b9e68a1864c # Parent a809286e43017d8fe2dfb425fbaa5a900c5bc29e readline: update WGET_URL diff -r a809286e4301 -r 7ffdeac14518 readline/receipt --- a/readline/receipt Sat Oct 04 11:49:56 2008 +0000 +++ b/readline/receipt Sat Oct 04 11:54:45 2008 +0000 @@ -7,7 +7,7 @@ MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html" -WGET_URL="ftp://ftp.cwru.edu/pub/bash/$TARBALL" +WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" # Rules to configure and make the package. compile_rules() @@ -17,8 +17,8 @@ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ - $CONFIGURE_ARGS - make + $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install }