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
diff options
context:
space:
mode:
Diffstat (limited to 'po/Makefile')
-rw-r--r--po/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile
index 21a0a348f44..92cb0a320af 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -46,7 +46,11 @@ endif
all debug:: $(LINGUAS)
clean::
- rm -r $(OCGDIR)/bin/.blender/locale
+ifeq ($(OS), darwin)
+ rm -rf $(OCGDIR)/bin/blender.app/Contents/Resources/locale/
+else
+ rm -rf $(OCGDIR)/bin/.blender/locale/
+endif
$(LINGUAS):
mkdir -p $(DIR)