nfs-utils: fix installation (v2).

This commit is contained in:
Juan RP 2013-04-16 10:51:05 +02:00
parent 3583661106
commit 68a5a2af97

View file

@ -45,7 +45,7 @@ nfs-utils-server_package() {
/var/lib/nfs/sm 0750 root root
/etc/exports.d 0750 root root"
pkg_install() {
vmove etc/exports etc
vmove etc/exports
for f in exportfs rpc.mountd rpc.nfsd blkmapd rpc.svcgssd; do
vmove usr/sbin/${f}
[ "$f" = "blkmapd" ] && continue