From 16da42927ded705f9b76f00a304dee455c9ea987 Mon Sep 17 00:00:00 2001 From: Mikhail Novosyolov Date: Tue, 16 Jun 2020 17:07:30 +0300 Subject: [PATCH] fix mistake --- build-iso-abf.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-iso-abf.sh b/build-iso-abf.sh index ae98d65..25af4f8 100755 --- a/build-iso-abf.sh +++ b/build-iso-abf.sh @@ -18,6 +18,9 @@ pkgs="$(mktemp)" cp lxqtpack.ks "$pkgs" if [ "$AARCH64" = 1 ] ; then + FS_LABEL="ROSA_2019.1_LXQt_aarch64_${BUILD_ID}" + # temp, better make one universal list + cp repobase-aarch64.ks "$repobase" # temporary hack of kernel # untill the same kernel is not build for aarch64 and x86 sed -i -e '/kernel-/d' "$pkgs" @@ -29,7 +32,6 @@ if [ "$AARCH64" = 1 ] ; then sed -i -e 's,^shim$,shim-unsigned,g' "$pkgs" # temporary untill dnfragora is build on aarch64 sed -i -e '/dnfdragora/d' "$pkgs" - FS_LABEL="ROSA_2019.1_LXQt_aarch64_${BUILD_ID}" fi sed -i -e "s,repobase.ks,${repobase},g" "$conf"