[SR-Users] [patch] make install fails with a bash syntax error

Dmitry Goncharov dgoncharov at users.sf.net
Tue Sep 7 13:02:35 CEST 2010


Please, have a look
http://sip-router.org/tracker/index.php?do=details&task_id=87.


Regards, Dmitry
-------------- next part --------------
diff --git a/Makefile b/Makefile
index 210d277..90f6b21 100644
--- a/Makefile
+++ b/Makefile
@@ -918,7 +918,8 @@ install-cfg: $(cfg_prefix)/$(cfg_dir)
 			fi; \
 		fi
 		@# other configs
-		@for r in $(C_INSTALL_CFGS) ""; do \
+		@for r in $(C_INSTALL_CFGS) ""; \
+		do \
 			if [ -n "$$r" ]; then \
 				if [ -f "$$r" ]; then \
 					n=`basename "$$r"` ; \


More information about the sr-users mailing list