[Unstable/N/M/J/F][SRU][PATCH 1/1] UBUNTU: [Packaging] rules: Put usbip manpages in the correct directory
Juerg Haefliger
juerg.haefliger at canonical.com
Mon Feb 19 12:55:19 UTC 2024
BugLink: https://bugs.launchpad.net/bugs/2054094
*.8 manpages need to go into man8/.
Signed-off-by: Juerg Haefliger <juerg.haefliger at canonical.com>
---
debian/rules.d/3-binary-indep.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules.d/3-binary-indep.mk b/debian/rules.d/3-binary-indep.mk
index 6e459a09d4e8..2237609d878f 100644
--- a/debian/rules.d/3-binary-indep.mk
+++ b/debian/rules.d/3-binary-indep.mk
@@ -92,7 +92,7 @@ ifeq ($(do_tools_common),true)
install -m755 debian/tools/generic $(toolsbin)/usbip
install -m755 debian/tools/generic $(toolsbin)/usbipd
- install -m644 $(CURDIR)/tools/usb/usbip/doc/*.8 $(toolsman)/man1/
+ install -m644 $(CURDIR)/tools/usb/usbip/doc/*.8 $(toolsman)/man8/
install -m755 debian/tools/generic $(toolsbin)/cpupower
install -m644 $(CURDIR)/tools/power/cpupower/man/*.1 $(toolsman)/man1/
--
2.40.1
More information about the kernel-team
mailing list