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:
authorWouter van Heyst <larstiq-bforge@larstiq.dyndns.org>2003-07-23 21:51:40 +0400
committerWouter van Heyst <larstiq-bforge@larstiq.dyndns.org>2003-07-23 21:51:40 +0400
commited074e8630c3a40b2fec6f0c458537c6fe8d77b7 (patch)
tree01cd2465c58d4c1aa81b9a4f0544db71d18281d8 /po
parent13f7233f2fa4774948c8c5b72120fc72f8d95b39 (diff)
Don't fail cleaning if the locale directory doesn't exist.
Reported by Frank W. Samuelson among others.
Diffstat (limited to 'po')
-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)