Skip to content

Commit 8c24f6a

Browse files
committed
Merge branch 'dev' into alteriso-3.1-plasma
2 parents 6befd20 + ae4a1c5 commit 8c24f6a

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)