diff options
Diffstat (limited to 'tools/rebuild_gettext_catalogs.sh')
-rwxr-xr-x | tools/rebuild_gettext_catalogs.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/rebuild_gettext_catalogs.sh b/tools/rebuild_gettext_catalogs.sh index cc2cf77c1..44ba59d64 100755 --- a/tools/rebuild_gettext_catalogs.sh +++ b/tools/rebuild_gettext_catalogs.sh @@ -15,9 +15,9 @@ 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" + echo "Warning!!! Some gettext components are missing. Please install them as root: urpmi gettext python3-polib" exit 1 fi |