Commit 761950abf38b9f682f0488ba575c3991edd9b2b9
1 parent
85ed7b0b
Exists in
master
and in
1 other branch
Fixing package build.
Showing
1 changed file
with
8 additions
and
0 deletions
Show diff stats
Makefile.in
... | ... | @@ -105,8 +105,16 @@ install: \ |
105 | 105 | |
106 | 106 | install-locale: \ |
107 | 107 | locale/$(LIBNAME).pot |
108 | + | |
108 | 109 | @$(MAKE) -C locale DESTDIR=$(DESTDIR) install |
109 | 110 | |
111 | + @$(MKDIR) \ | |
112 | + $(DESTDIR)$(datarootdir)/$(PRODUCT_NAME)/pot | |
113 | + | |
114 | + @$(INSTALL_DATA) \ | |
115 | + locale/$(LIBNAME).pot \ | |
116 | + $(DESTDIR)$(datarootdir)/$(PRODUCT_NAME)/pot/$(LIBNAME).pot | |
117 | + | |
110 | 118 | install-server: \ |
111 | 119 | server |
112 | 120 | ... | ... |