Skip to content

Commit 7182237

Browse files
committed
Set LOCALVERSION in env
1 parent 40c94c6 commit 7182237

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

scripts/build-linux-deb.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,13 @@ configure_kernel() {
8585
}
8686

8787
build_kernel() {
88-
make -C "${WORK_DIR}" "-j$(nproc)" \
89-
ARCH=arm64 \
90-
CROSS_COMPILE=aarch64-linux-gnu- \
91-
DEB_HOST_ARCH=arm64 \
92-
KDEB_SOURCENAME="linux-${FLAVOR}" \
93-
LOCALVERSION="-${FLAVOR}" \
94-
deb-pkg
88+
LOCALVERSION="-${FLAVOR}" \
89+
make -C "${WORK_DIR}" "-j$(nproc)" \
90+
ARCH=arm64 \
91+
CROSS_COMPILE=aarch64-linux-gnu- \
92+
DEB_HOST_ARCH=arm64 \
93+
KDEB_SOURCENAME="linux-${FLAVOR}" \
94+
deb-pkg
9595
}
9696

9797
log_i "Checking build-dependencies"

0 commit comments

Comments
 (0)