bind: fix install.

This commit is contained in:
Juan RP 2013-04-15 18:01:03 +02:00
parent 4bb3136dfe
commit 5e237ba1c8

View file

@ -46,7 +46,7 @@ bind-utils_package() {
pkg_install() {
for f in dig host nslookup; do
vmove usr/bin/${f}
vmove usr/share/man/man1/${f}.1
vmove usr/share/man/man1/$(basename ${f}).1
done
}
}