Skip to content

Commit 4de0cc0

Browse files
committed
Set LOCALVERSION in env again
1 parent a6c008f commit 4de0cc0

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
@@ -71,13 +71,13 @@ get_kernel() {
7171

7272
# set some common make args
7373
do_make() {
74-
make -C "${WORK_DIR}" \
75-
ARCH=arm64 \
76-
CROSS_COMPILE=aarch64-linux-gnu- \
77-
DEB_HOST_ARCH=arm64 \
78-
KDEB_SOURCENAME="linux-${FLAVOR}" \
79-
LOCALVERSION="-${FLAVOR}" \
80-
"$@"
74+
LOCALVERSION="-${FLAVOR}" \
75+
make -C "${WORK_DIR}" \
76+
ARCH=arm64 \
77+
CROSS_COMPILE=aarch64-linux-gnu- \
78+
DEB_HOST_ARCH=arm64 \
79+
KDEB_SOURCENAME="linux-${FLAVOR}" \
80+
"$@"
8181
}
8282

8383
configure_kernel() {

0 commit comments

Comments
 (0)