Commit 5e1ac67092e4805141ef022e3cd46104948e4e31
1 parent
bfcb113e
Exists in
master
and in
1 other branch
Fixing package build.
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
Makefile.in
@@ -104,7 +104,7 @@ install: \ | @@ -104,7 +104,7 @@ install: \ | ||
104 | install-locale | 104 | install-locale |
105 | 105 | ||
106 | install-locale: \ | 106 | install-locale: \ |
107 | - locale/$(LIBNAME).pot | 107 | + locale/$(GETTEXT_PACKAGE).pot |
108 | 108 | ||
109 | @$(MAKE) -C locale DESTDIR=$(DESTDIR) install | 109 | @$(MAKE) -C locale DESTDIR=$(DESTDIR) install |
110 | 110 | ||
@@ -112,7 +112,7 @@ install-locale: \ | @@ -112,7 +112,7 @@ install-locale: \ | ||
112 | $(DESTDIR)$(datarootdir)/$(PRODUCT_NAME)/pot | 112 | $(DESTDIR)$(datarootdir)/$(PRODUCT_NAME)/pot |
113 | 113 | ||
114 | @$(INSTALL_DATA) \ | 114 | @$(INSTALL_DATA) \ |
115 | - locale/$(LIBNAME).pot \ | 115 | + locale/$(GETTEXT_PACKAGE).pot \ |
116 | $(DESTDIR)$(datarootdir)/$(PRODUCT_NAME)/pot/$(LIBNAME).pot | 116 | $(DESTDIR)$(datarootdir)/$(PRODUCT_NAME)/pot/$(LIBNAME).pot |
117 | 117 | ||
118 | install-server: \ | 118 | install-server: \ |