pkg: debian: Fix setting LOCALVERSION

This commit is contained in:
Dorian Stoll 2023-07-28 19:31:26 +02:00
parent 22f45fbd90
commit a39ec0f6e6
No known key found for this signature in database
GPG key ID: F1DACD02C619442A

View file

@ -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