mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 17:33:03 +02:00
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'
|
# 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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue