12
0
2019-10-30 10:55:53 +00:00
committed by Git OBS Bridge
parent bf9a943b0b
commit 36b71b0c56
7 changed files with 7 additions and 7 deletions

View File

@@ -19,9 +19,9 @@ set -euxo pipefail
exec | tee /var/log/config.log
exec 2>&1
pl=$(rpmqpack | grep openSUSE-release-livecd-)
pl=$(rpmqpack | grep release-livecd-)
# Get the flavor from the installed openSUSE-release-livecd- RPM
# Get the flavor from the installed (openSUSE|Leap)-release-livecd- RPM
# as <censored> kiwi does not make the flavor accessible
desktop=$(echo "$pl" | awk -F- '{ print $4 }' | tr A-Z a-z)