diff options
author | filip <filip.komar@gmail.com> | 2021-07-25 18:46:22 +0200 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2021-07-25 18:46:22 +0200 |
commit | e4e3a8f97e9d5b5080f72bfd3495bce891759ca2 (patch) | |
tree | a1a628189396bb8432949322acf33a6c245d8357 /tools | |
parent | 4680439fa217a7e5e17096a4313a2841cc080e1e (diff) | |
download | www-e4e3a8f97e9d5b5080f72bfd3495bce891759ca2.tar www-e4e3a8f97e9d5b5080f72bfd3495bce891759ca2.tar.gz www-e4e3a8f97e9d5b5080f72bfd3495bce891759ca2.tar.bz2 www-e4e3a8f97e9d5b5080f72bfd3495bce891759ca2.tar.xz www-e4e3a8f97e9d5b5080f72bfd3495bce891759ca2.zip |
update requirements for mga8 python3 name change for i18n tool
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/rebuild_gettext_catalogs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/rebuild_gettext_catalogs.sh b/tools/rebuild_gettext_catalogs.sh index cc2cf77c1..8630c7964 100755 --- a/tools/rebuild_gettext_catalogs.sh +++ b/tools/rebuild_gettext_catalogs.sh @@ -15,7 +15,7 @@ else exit 2 fi -rpm --quiet -q gettext python-polib +rpm --quiet -q gettext python3-polib if [ $? -eq 1 ]; then echo "Warning!!! Some gettext components are missing. Please install them as root: urpmi gettext python-polib" exit 1 |