mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
bind: fix install.
This commit is contained in:
parent
4bb3136dfe
commit
5e237ba1c8
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ bind-utils_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
for f in dig host nslookup; do
|
for f in dig host nslookup; do
|
||||||
vmove usr/bin/${f}
|
vmove usr/bin/${f}
|
||||||
vmove usr/share/man/man1/${f}.1
|
vmove usr/share/man/man1/$(basename ${f}).1
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue