aboutsummaryrefslogtreecommitdiffstats
path: root/tools/rebuild_gettext_catalogs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/rebuild_gettext_catalogs.sh')
-rwxr-xr-xtools/rebuild_gettext_catalogs.sh2
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