[arch-commits] Commit in wget/trunk (PKGBUILD)

Allan McRae allan at archlinux.org
Mon Feb 21 09:03:23 UTC 2011


    Date: Monday, February 21, 2011 @ 04:03:23
  Author: allan
Revision: 110655

upgpkg: wget 1.12-5
fix wgetrc...

Modified:
  wget/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-02-21 07:38:20 UTC (rev 110654)
+++ PKGBUILD	2011-02-21 09:03:23 UTC (rev 110655)
@@ -4,7 +4,7 @@
 
 pkgname=wget
 pkgver=1.12
-pkgrel=4
+pkgrel=5
 pkgdesc="A network utility to retrieve files from the Web"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/wget/wget.html"
@@ -33,7 +33,7 @@
   cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
   
-  cat > "$pkgdir/etc/wgetrc" <<EOF
+  cat >> "$pkgdir/etc/wgetrc" <<EOF
 
 # default root certs location
 ca_certificate=/etc/ssl/certs/ca-certificates.crt




More information about the arch-commits mailing list