From 96274bb8ce9904999e7137e3082d3dde18e75c7d Mon Sep 17 00:00:00 2001 From: Peter Andersson Date: Wed, 21 Jan 2015 22:17:01 +0100 Subject: Have make ignore the chmod command line in the makefile if it fails --- lib/common_test/priv/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common_test/priv/Makefile.in b/lib/common_test/priv/Makefile.in index 5a9fabbe45..1bc6b82ebb 100644 --- a/lib/common_test/priv/Makefile.in +++ b/lib/common_test/priv/Makefile.in @@ -71,7 +71,7 @@ debug opt: $(V_at)sed -e 's;@CT_VSN@;$(VSN);' \ -e 's;@TS_VSN@;$(TEST_SERVER_VSN);' \ ../install.sh.in > install.sh - $(V_at)chmod 775 install.sh + - $(V_at)chmod -f 775 install.sh docs: -- cgit v1.2.3