nfs-utils-server: fix previous commit.
This commit is contained in:
parent
f1df0669eb
commit
6a97b773ea
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ do_install() {
|
|||
vmove usr/share/man/man5 usr/share/man
|
||||
vmove usr/share/man/man7 usr/share/man
|
||||
vmove var/lib/nfs var/lib
|
||||
for f in blkmapd exportfs nfsd rpc-mountd rpc-svcgssd; do
|
||||
for f in blkmapd nfsd rpc-mountd rpc-svcgssd; do
|
||||
vmove lib/systemd/system/${f}.service lib/systemd/system
|
||||
done
|
||||
vmove lib/systemd/system/proc-fs-nfsd.mount lib/systemd/system
|
||||
|
|
Loading…
Reference in a new issue