Commit 041e9f590e7c10e5343c8a2ce1fa031a3186fd75
1 parent
43e943e8
Exists in
master
and in
5 other branches
Fixing customizations.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
Makefile.in
@@ -175,7 +175,7 @@ $(POTDIR)/%.pot: \ | @@ -175,7 +175,7 @@ $(POTDIR)/%.pot: \ | ||
175 | @$(MAKE) -C src/$(basename $(notdir $@)) $@ | 175 | @$(MAKE) -C src/$(basename $(notdir $@)) $@ |
176 | 176 | ||
177 | $(POTDIR)/%.pot: \ | 177 | $(POTDIR)/%.pot: \ |
178 | - $(datarootdir)/$(PRODUCT_NAME)/pot/%.pot | 178 | + $(APPDATADIR)/pot/%.pot |
179 | 179 | ||
180 | @echo $(notdir $@) ... | 180 | @echo $(notdir $@) ... |
181 | @mkdir -p `dirname $@` | 181 | @mkdir -p `dirname $@` |