gnucash-on-osx master: Fix quoting and trailing spaces in script1.sh

John Ralls jralls at code.gnucash.org
Fri May 22 16:53:08 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash-on-osx/commit/0b1de0b7 (commit)
	from  https://github.com/Gnucash/gnucash-on-osx/commit/38981f1b (commit)



commit 0b1de0b7af59f7c847b367dfb50f90446f272e34
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri May 22 13:52:59 2020 -0700

    Fix quoting and trailing spaces in script1.sh

diff --git a/patches/boost-cmake.patch b/patches/boost-cmake.patch
index 06ca51f..02804f7 100644
--- a/patches/boost-cmake.patch
+++ b/patches/boost-cmake.patch
@@ -55,14 +55,14 @@ index e69de29..b53cf7a 100644
 +set(CMAKE_COMMAND_TMP ${CMAKE_COMMAND} -E env)
 +
 +file(WRITE ${CMAKE_BINARY_DIR}/script1.sh
-+  "for i in ${CMAKE_INSTALL_PREFIX}/lib/libboost*.dylib; do \n"
-+     "\tinstall_name_tool -id $i $i; \n"
-+  "done; \n"
-+  "for i in ${CMAKE_INSTALL_PREFIX}/lib/libboost*.dylib; do \n"
-+     "\tfor j in ${CMAKE_INSTALL_PREFIX}/lib/libboost*.dylib; do \n"
-+        "\t\tinstall_name_tool -change "@rpath/$(basename $i)" $i $j; \n"
-+     "\tdone; \n"
-+  "done \n"
++  "for i in ${CMAKE_INSTALL_PREFIX}/lib/libboost*.dylib; do\n"
++     "\tinstall_name_tool -id $i $i;\n"
++  "done;\n"
++  "for i in ${CMAKE_INSTALL_PREFIX}/lib/libboost*.dylib; do\n"
++     "\tfor j in ${CMAKE_INSTALL_PREFIX}/lib/libboost*.dylib; do\n"
++        "\t\tinstall_name_tool -change \"@rpath/$(basename $i)\" $i $j;\n"
++     "\tdone;\n"
++  "done\n"
 +)
 +
 +add_custom_target(fix_rpaths ALL



Summary of changes:
 patches/boost-cmake.patch | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)



More information about the gnucash-changes mailing list