diff --git a/www-apps/froxlor/froxlor-0.9.32.ebuild b/www-apps/froxlor/froxlor-0.9.32.ebuild index 79d01d5..4afc718 100644 --- a/www-apps/froxlor/froxlor-0.9.32.ebuild +++ b/www-apps/froxlor/froxlor-0.9.32.ebuild @@ -114,7 +114,7 @@ src_prepare() { src_install() { # set default language local MYLANG="" - elif use linguas_de ; then + if use linguas_de ; then MYLANG="Deutsch" elif use linguas_fr ; then MYLANG="Français" diff --git a/www-apps/froxlor/froxlor-9999.ebuild b/www-apps/froxlor/froxlor-9999.ebuild index 79d01d5..4afc718 100644 --- a/www-apps/froxlor/froxlor-9999.ebuild +++ b/www-apps/froxlor/froxlor-9999.ebuild @@ -114,7 +114,7 @@ src_prepare() { src_install() { # set default language local MYLANG="" - elif use linguas_de ; then + if use linguas_de ; then MYLANG="Deutsch" elif use linguas_fr ; then MYLANG="Français"