fix mistake

master
Mikhail Novosyolov 4 years ago
parent b851925bf7
commit 16da42927d

@ -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"