diff options
-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 |