Skip to content

Commit ae4a1c5

Browse files
committed
[fix] : Fixed package list string
1 parent d40bca3 commit ae4a1c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ prepare_build() {
474474
fi
475475

476476
# Set argument of pkglist.sh
477-
pkglist_args=("-a" "${arch}" "-k" "${kernel}" "-c" "${channel_dir}" "-l" "${locale_name}")
477+
pkglist_args=("-a" "${arch}" "-k" "${kernel}" "-c" "${channel_dir}" "-l" "${locale_name}" --line)
478478
[[ "${boot_splash}" = true ]] && pkglist_args+=("-b")
479479
[[ "${debug}" = true ]] && pkglist_args+=("-d")
480480
[[ "${memtest86}" = true ]] && pkglist_args+=("-m")

0 commit comments

Comments
 (0)