wget: use vmove all.

This commit is contained in:
Juan RP 2013-09-14 05:18:47 +02:00
parent 48759dfd62
commit bcb6c8b0bd

View file

@ -1,7 +1,7 @@
# Template file for 'wget' # Template file for 'wget'
pkgname=wget pkgname=wget
version=1.14 version=1.14
revision=2 revision=3
build_style=gnu-configure build_style=gnu-configure
configure_args="--with-ssl=openssl --without-included-regex" configure_args="--with-ssl=openssl --without-included-regex"
short_desc="The GNU wget utility" short_desc="The GNU wget utility"
@ -27,6 +27,6 @@ wget_package() {
conf_files="/etc/wgetrc" conf_files="/etc/wgetrc"
depends="ca-certificates" depends="ca-certificates"
pkg_install() { pkg_install() {
vmove usr vmove all
} }
} }