Commit: 5285de16f3e8f6b29a85eda5d7632a98cd0cddfe
Author: Dalai Felinto
Date: Wed Apr 25 09:28:35 2018 +0200
Branches: master
https://developer.blender.org/rB5285de16f3e8f6b29a85eda5d7632a98cd0cddfe
Fix string comparison in GNUMakefile for linux systems
===================================================================
M GNUmakefile
===================================================================
diff --git a/GNUmakefile b/GNUmakefile
index 46f0fa18eec..23903d36e63 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -424,7 +424,7 @@ icons: .FORCE
"$(BLENDER_DIR)/release/datafiles/prvicons_update.py"
update: .FORCE
- if [ "$(OS_NCASE)" == "darwin" ] && [ ! -d "../lib/$(OS_NCASE)" ]; then
\
+ if [ "$(OS_NCASE)" = "darwin" ] && [ ! -d "../lib/$(OS_NCASE)" ]; then \
svn checkout
https://svn.blender.org/svnroot/bf-blender/trunk/lib/$(OS_NCASE)
../lib/$(OS_NCASE) ; \
fi
if [ -d "../lib" ]; then \
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs