From 041e9f590e7c10e5343c8a2ce1fa031a3186fd75 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Fri, 6 Sep 2019 14:58:44 -0300 Subject: [PATCH] Fixing customizations. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index eb83e97..18d20fd 100644 --- a/Makefile.in +++ b/Makefile.in @@ -175,7 +175,7 @@ $(POTDIR)/%.pot: \ @$(MAKE) -C src/$(basename $(notdir $@)) $@ $(POTDIR)/%.pot: \ - $(datarootdir)/$(PRODUCT_NAME)/pot/%.pot + $(APPDATADIR)/pot/%.pot @echo $(notdir $@) ... @mkdir -p `dirname $@` -- libgit2 0.21.2