[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 6/6] docs: Fix virtiofsd.1 location
From: |
Dr. David Alan Gilbert (git) |
Subject: |
[PULL 6/6] docs: Fix virtiofsd.1 location |
Date: |
Fri, 21 Feb 2020 13:25:36 +0000 |
From: Miroslav Rezanina <address@hidden>
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 <address@hidden>
Message-Id: <address@hidden>
Reviewed-by: Peter Maydell <address@hidden>
Signed-off-by: Dr. David Alan Gilbert <address@hidden>
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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:
--
2.24.1
- [PULL 0/6] virtiofs queue, Dr. David Alan Gilbert (git), 2020/02/21
- [PULL 1/6] virtiofsd: Help message fix for 'seconds', Dr. David Alan Gilbert (git), 2020/02/21
- [PULL 2/6] tools/virtiofsd/passthrough_ll: Remove unneeded variable assignment, Dr. David Alan Gilbert (git), 2020/02/21
- [PULL 4/6] tools/virtiofsd/fuse_lowlevel: Fix fuse_out_header::error value, Dr. David Alan Gilbert (git), 2020/02/21
- [PULL 3/6] tools/virtiofsd/passthrough_ll: Remove unneeded variable assignment, Dr. David Alan Gilbert (git), 2020/02/21
- [PULL 6/6] docs: Fix virtiofsd.1 location,
Dr. David Alan Gilbert (git) <=
- [PULL 5/6] virtiofsd: Remove fuse.h and struct fuse_module, Dr. David Alan Gilbert (git), 2020/02/21
- Re: [PULL 0/6] virtiofs queue, Peter Maydell, 2020/02/21