소스 검색

pkg: debian: Fix setting LOCALVERSION

Dorian Stoll 1 년 전
부모
커밋
a39ec0f6e6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/scripts/package/debian.sh

+ 1 - 1
.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