UBUNTU: [Packaging] remove unneeded trailing slash for INSTALL_MOD_PATH
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@canonical.com> Acked-by: Agathe Porte <agathe.porte@canonical.com> Acked-by: Tim Gardner <tim.gardner@canonical.com> Signed-off-by: Dimitri John Ledkov <dimitri.ledkov@canonical.com>
This commit is contained in:
committed by
Paolo Pisati
parent
5eccec0868
commit
508589c829
Vendored
+1
-1
@@ -160,7 +160,7 @@ ifeq ($(no_dumpfile),)
|
||||
endif
|
||||
|
||||
$(kmake) O=$(builddir)/build-$* $(conc_level) modules_install $(vdso) \
|
||||
INSTALL_MOD_STRIP=1 INSTALL_MOD_PATH=$(pkgdir)/
|
||||
INSTALL_MOD_STRIP=1 INSTALL_MOD_PATH=$(pkgdir)
|
||||
|
||||
#
|
||||
# Build module blacklists:
|
||||
|
||||
Reference in New Issue
Block a user