wget: use vmove all.
This commit is contained in:
parent
48759dfd62
commit
bcb6c8b0bd
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue