ACK: [noble PATCH] UBUNTU: SAUCE: remove unneeded trailing slash for INSTALL_MOD_PATH

Agathe Porte agathe.porte at canonical.com
Mon Dec 4 10:13:12 UTC 2023


2023-12-04 02:51 CET, Masahiro Yamada:
> 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:

Acked-by: Agathe Porte <agathe.porte at canonical.com>



More information about the kernel-team mailing list