Commit 041e9f590e7c10e5343c8a2ce1fa031a3186fd75

Authored by Perry Werneck
1 parent 43e943e8

Fixing customizations.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
Makefile.in
... ... @@ -175,7 +175,7 @@ $(POTDIR)/%.pot: \
175 175 @$(MAKE) -C src/$(basename $(notdir $@)) $@
176 176  
177 177 $(POTDIR)/%.pot: \
178   - $(datarootdir)/$(PRODUCT_NAME)/pot/%.pot
  178 + $(APPDATADIR)/pot/%.pot
179 179  
180 180 @echo $(notdir $@) ...
181 181 @mkdir -p `dirname $@`
... ...