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:
-rw-r--r--release/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/release/Makefile b/release/Makefile
index 1a6df1b1fce..3599b55e553 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -139,10 +139,10 @@ ifneq ($(NOPLUGINS),true)
endif
@echo "----> Copy python infrastructure"
- @[ ! -d scripts ] || @cp -r scripts $(CONFDIR)/scripts
- @[ ! -d $(CONFDIR)/scripts ] || @rm -fr $(CONFDIR)/scripts/CVS
- @[ ! -d bpydata ] || @cp -r bpydata $(CONFDIR)/bpydata
- @[ ! -d $(CONFDIR)/bpydata ] || @rm -fr $(CONFDIR)/bpydata/CVS
+ @[ ! -d scripts ] || cp -r scripts $(CONFDIR)/scripts
+ @[ ! -d $(CONFDIR)/scripts ] || rm -fr $(CONFDIR)/scripts/CVS
+ @[ ! -d bpydata ] || cp -r bpydata $(CONFDIR)/bpydata
+ @[ ! -d $(CONFDIR)/bpydata ] || rm -fr $(CONFDIR)/bpydata/CVS
ifneq ($(NOSTRIP),true)
@echo "----> Strip blender executable"