From bcb6c8b0bddd41d034145e5c1670fbd0093f9b9d Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 14 Sep 2013 05:18:47 +0200 Subject: [PATCH] wget: use vmove all. --- srcpkgs/wget/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/wget/template b/srcpkgs/wget/template index 9820e2bdf7..3461631b44 100644 --- a/srcpkgs/wget/template +++ b/srcpkgs/wget/template @@ -1,7 +1,7 @@ # Template file for 'wget' pkgname=wget version=1.14 -revision=2 +revision=3 build_style=gnu-configure configure_args="--with-ssl=openssl --without-included-regex" short_desc="The GNU wget utility" @@ -27,6 +27,6 @@ wget_package() { conf_files="/etc/wgetrc" depends="ca-certificates" pkg_install() { - vmove usr + vmove all } }