From 1bcb3b251e6b0f4fc95b9179005339f7178f67eb Mon Sep 17 00:00:00 2001 From: Stefan Gartner Date: Tue, 13 May 2003 22:41:39 +0000 Subject: [PATCH] .mo files were created in the wrong directory on os x (d'oh!) --- po/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/Makefile b/po/Makefile index 89232013144..9d3dcf10e36 100644 --- a/po/Makefile +++ b/po/Makefile @@ -38,7 +38,7 @@ include nan_definitions.mk LINGUAS = it ifeq ($(OS), darwin) -DIR = $(OCGDIR)/bin/blender.app/Contents/Resources/.blender/locale/$@/LC_MESSAGES/ +DIR = $(OCGDIR)/bin/blender.app/Contents/Resources/locale/$@/LC_MESSAGES/ else DIR = $(OCGDIR)/bin/.blender/locale/$@/LC_MESSAGES/ endif