summaryrefslogtreecommitdiffstats
path: root/rules/gettext.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/gettext.make')
-rw-r--r--rules/gettext.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/gettext.make b/rules/gettext.make
index 2b3c83db4..e4b47fa4b 100644
--- a/rules/gettext.make
+++ b/rules/gettext.make
@@ -72,10 +72,10 @@ $(STATEDIR)/gettext.targetinstall:
@$(call install_copy, gettext, 0, 0, 0755, -, /usr/bin/xgettext)
@$(call install_copy, gettext, 0, 0, 0755, -, /usr/bin/gettext)
- @$(call install_copy, gettext, 0, 0, 0644, -, /usr/lib/libgettextlib-0.18.3.so)
+ @$(call install_copy, gettext, 0, 0, 0644, -, /usr/lib/libgettextlib-$(GETTEXT_VERSION).so)
@$(call install_copy, gettext, 0, 0, 0644, -, /usr/lib/libasprintf.so.0.0.0)
@$(call install_copy, gettext, 0, 0, 0644, -, /usr/lib/libgettextpo.so.0.5.2)
- @$(call install_copy, gettext, 0, 0, 0644, -, /usr/lib/libgettextsrc-0.18.3.so)
+ @$(call install_copy, gettext, 0, 0, 0644, -, /usr/lib/libgettextsrc-$(GETTEXT_VERSION).so)
@$(call install_finish, gettext)