Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorStefan Gartner <stefang@aon.at>2003-05-14 02:41:39 +0400
committerStefan Gartner <stefang@aon.at>2003-05-14 02:41:39 +0400
commit1bcb3b251e6b0f4fc95b9179005339f7178f67eb (patch)
tree9a675ca3f24469fe5308380d9835a530fb322450 /po
parenta502c1721f4b748d2d046a4a63e93600c8cc6138 (diff)
.mo files were created in the wrong directory on os x (d'oh!)
Diffstat (limited to 'po')
-rw-r--r--po/Makefile2
1 files changed, 1 insertions, 1 deletions
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