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

Dimitri John Ledkov dimitri.ledkov at canonical.com
Mon Dec 4 23:59:37 UTC 2023


On Mon, 4 Dec 2023 at 01:51, Masahiro Yamada
<masahiro.yamada at canonical.com> wrote:
>
> 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
>
>
> --
> kernel-team mailing list
> kernel-team at lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team



-- 
Dimitri

Sent from Ubuntu Pro
https://ubuntu.com/pro



More information about the kernel-team mailing list