[noble PATCH] UBUNTU: SAUCE: remove unneeded trailing slash for INSTALL_MOD_PATH
Masahiro Yamada
masahiro.yamada at canonical.com
Mon Dec 4 01:50:41 UTC 2023
You can see that the trailing slash is unneeded from the code in
the top Makefile:
MODLIB = $(INSTALL_MOD_PATH)/lib/modules/$(KERNELRELEASE)
Signed-off-by: Masahiro Yamada <masahiro.yamada at canonical.com>
---
debian/rules.d/2-binary-arch.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules.d/2-binary-arch.mk b/debian/rules.d/2-binary-arch.mk
index b281428d3462..a0a3fd1fe9ad 100644
--- a/debian/rules.d/2-binary-arch.mk
+++ b/debian/rules.d/2-binary-arch.mk
@@ -175,7 +175,7 @@ ifeq ($(no_dumpfile),)
endif
$(build_cd) $(kmake) $(build_O) $(conc_level) modules_install $(vdso) \
- INSTALL_MOD_STRIP=1 INSTALL_MOD_PATH=$(pkgdir)/
+ INSTALL_MOD_STRIP=1 INSTALL_MOD_PATH=$(pkgdir)
#
# Build module blacklists:
--
2.40.1
More information about the kernel-team
mailing list