Browse Source

Fixed broken locales change detection in linphone

Sergey Ilinykh 7 years ago
parent
commit
37cc9d9098
1 changed files with 1 additions and 1 deletions
  1. 1 1
      net-voip/linphone/linphone-3.12.0.ebuild

+ 1 - 1
net-voip/linphone/linphone-3.12.0.ebuild

@@ -61,7 +61,6 @@ pkg_setup() {
 		ewarn "At least one of these use flags are needed to get a front-end."
 		ewarn "At least one of these use flags are needed to get a front-end."
 		ewarn "Only liblinphone is going to be installed."
 		ewarn "Only liblinphone is going to be installed."
 	fi
 	fi
-	l10n_find_plocales_changes po "" .po
 }
 }
 
 
 src_prepare() {
 src_prepare() {
@@ -73,6 +72,7 @@ src_prepare() {
 	printf "#define LIBLINPHONE_GIT_VERSION \"${PV}\"\n" > "${S}"/coreapi/gitversion.h
 	printf "#define LIBLINPHONE_GIT_VERSION \"${PV}\"\n" > "${S}"/coreapi/gitversion.h
 	printf "#define LIBLINPHONE_GIT_VERSION \"${PV}\"\n" > "${S}"/coreapi/liblinphone_gitversion.h
 	printf "#define LIBLINPHONE_GIT_VERSION \"${PV}\"\n" > "${S}"/coreapi/liblinphone_gitversion.h
 
 
+	l10n_find_plocales_changes po "" .po
 	rm_locale() { rm -f ${1/-/_}; }
 	rm_locale() { rm -f ${1/-/_}; }
 	l10n_for_each_disabled_locale_do rm_locale
 	l10n_for_each_disabled_locale_do rm_locale