Skip to content

Commit 40c94c6

Browse files
committed
fixup: missing trailing slash
1 parent fb4974b commit 40c94c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-linux-deb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ configure_kernel() {
8686

8787
build_kernel() {
8888
make -C "${WORK_DIR}" "-j$(nproc)" \
89-
ARCH=arm64
89+
ARCH=arm64 \
9090
CROSS_COMPILE=aarch64-linux-gnu- \
9191
DEB_HOST_ARCH=arm64 \
9292
KDEB_SOURCENAME="linux-${FLAVOR}" \

0 commit comments

Comments
 (0)