summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiroslav Rezanina2020-02-12 14:16:26 +0100
committerDr. David Alan Gilbert2020-02-21 14:05:27 +0100
commit5bb8e8beedb47fc0d0a44957a154918c4f4afc80 (patch)
tree8848a86a736424d746186e3a650e88158e3c30cf
parentvirtiofsd: Remove fuse.h and struct fuse_module (diff)
downloadqemu-5bb8e8beedb47fc0d0a44957a154918c4f4afc80.tar.gz
qemu-5bb8e8beedb47fc0d0a44957a154918c4f4afc80.tar.xz
qemu-5bb8e8beedb47fc0d0a44957a154918c4f4afc80.zip
docs: Fix virtiofsd.1 location
Patch 6a7e2bbee5 docs: add virtiofsd(1) man page introduced new man page virtiofsd.1. Unfortunately, wrong file location is used as source for install command. This cause installation of docs fail. Fixing wrong location so installation is successful. Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com> Message-Id: <1608747495.7195569.1581513386780.JavaMail.zimbra@redhat.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b5a7377cb1..146a91bc3e 100644
--- a/Makefile
+++ b/Makefile
@@ -865,7 +865,7 @@ ifdef CONFIG_VIRTFS
$(INSTALL_DATA) $(MANUAL_BUILDDIR)/interop/virtfs-proxy-helper.1 "$(DESTDIR)$(mandir)/man1"
endif
ifeq ($(CONFIG_LINUX)$(CONFIG_SECCOMP)$(CONFIG_LIBCAP_NG),yyy)
- $(INSTALL_DATA) docs/interop/virtiofsd.1 "$(DESTDIR)$(mandir)/man1"
+ $(INSTALL_DATA) $(MANUAL_BUILDDIR)/interop/virtiofsd.1 "$(DESTDIR)$(mandir)/man1"
endif
install-datadir: