.mo files were created in the wrong directory on os x (d'oh!)

This commit is contained in:
2003-05-13 22:41:39 +00:00
parent a502c1721f
commit 1bcb3b251e

View File

@@ -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