From: Minh Diep Date: Thu, 17 Feb 2022 14:21:37 +0000 (-0800) Subject: EX-4822 build: dkms ptlrpc_gss in wrong location X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=358d3edf27f0301815c84dee986b0dd3b8cd4b29;p=fs%2Flustre-release.git EX-4822 build: dkms ptlrpc_gss in wrong location Test-Parameters: trivial Change-Id: Ie69f8313977a40613864eca763aa987d897d4e00 Signed-off-by: Minh Diep Signed-off-by: Sebastien Buisson Reviewed-on: https://review.whamcloud.com/46542 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Jian Yu Reviewed-by: Gaurang Tapase Reviewed-by: John L. Hammond --- diff --git a/debian/dkms.conf.in b/debian/dkms.conf.in index eb9c122..9490d82 100644 --- a/debian/dkms.conf.in +++ b/debian/dkms.conf.in @@ -51,7 +51,7 @@ BUILT_MODULE_LOCATION[12]="lnet/klnds/socklnd" BUILT_MODULE_LOCATION[13]="libcfs/libcfs" BUILT_MODULE_LOCATION[14]="lnet/lnet" BUILT_MODULE_LOCATION[15]="lnet/selftest" -BUILT_MODULE_LOCATION[16]="lnet/ptlrpc/gss" +BUILT_MODULE_LOCATION[16]="lustre/ptlrpc/gss" # Final destination of the modules under /lib/modules// @@ -71,4 +71,4 @@ DEST_MODULE_LOCATION[12]="/updates/kernel/net/lustre" DEST_MODULE_LOCATION[13]="/updates/kernel/net/lustre" DEST_MODULE_LOCATION[14]="/updates/kernel/net/lustre" DEST_MODULE_LOCATION[15]="/updates/kernel/net/lustre" -DEST_MODULE_LOCATION[16]="/updates/kernel/net/lustre" +DEST_MODULE_LOCATION[16]="/updates/kernel/fs/lustre"