[util-iso-cal] unify branding path for sonar

This commit is contained in:
udeved 2016-01-11 01:21:57 +01:00
parent 59f182cd1d
commit 90c9a3e6da

View file

@ -10,7 +10,7 @@
# GNU General Public License for more details. # GNU General Public License for more details.
write_calamares_branding_desc(){ write_calamares_branding_desc(){
local conf="$1/usr/share/calamares/branding/sonar-${custom}/branding.desc" local conf="$1/usr/share/calamares/branding/sonar/branding.desc"
echo '---' > "$conf" echo '---' > "$conf"
echo "componentName: sonar-${custom}" >> $conf echo "componentName: sonar-${custom}" >> $conf
echo '' >> $conf echo '' >> $conf