From a39ec0f6e679edd17619a6ce8418ba6f2d44eb04 Mon Sep 17 00:00:00 2001 From: Dorian Stoll Date: Fri, 28 Jul 2023 19:31:26 +0200 Subject: [PATCH] pkg: debian: Fix setting LOCALVERSION --- .github/scripts/package/debian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/package/debian.sh b/.github/scripts/package/debian.sh index 74cdce3a1..09e2444b6 100644 --- a/.github/scripts/package/debian.sh +++ b/.github/scripts/package/debian.sh @@ -105,7 +105,7 @@ build-packages) # The DPKG in Ubuntu 22.04 defaults to using ZSTD, which is not yet supported by the DPKG in Debian 11 export KDEB_COMPRESS="xz" - make bindeb-pkg -j "$(nproc)" + make bindeb-pkg -j "$(nproc)" LOCALVERSION="${KERNEL_LOCALVERSION}" popd || exit 1 popd || exit 1