Commit 041e9f590e7c10e5343c8a2ce1fa031a3186fd75

Authored by Perry Werneck
1 parent 43e943e8

Fixing customizations.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -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 $@`