r14708 - gnucash/trunk/src/gnome-utils - Replace : as sed's replacement command delimiter by # because on Windows, fully qualified filenames might contain the colon.

Christian Stimming cstim at cvs.gnucash.org
Tue Aug 22 10:35:01 EDT 2006


Author: cstim
Date: 2006-08-22 10:35:00 -0400 (Tue, 22 Aug 2006)
New Revision: 14708
Trac: http://svn.gnucash.org/trac/changeset/14708

Modified:
   gnucash/trunk/src/gnome-utils/Makefile.am
Log:
Replace : as sed's replacement command delimiter by # because on Windows, fully qualified filenames might contain the colon.

Modified: gnucash/trunk/src/gnome-utils/Makefile.am
===================================================================
--- gnucash/trunk/src/gnome-utils/Makefile.am	2006-08-22 14:33:50 UTC (rev 14707)
+++ gnucash/trunk/src/gnome-utils/Makefile.am	2006-08-22 14:35:00 UTC (rev 14708)
@@ -229,9 +229,9 @@
 gnc-dir.h: gnc-dir.h.in ${top_builddir}/config.status Makefile
 	rm -f $@.tmp
 	sed < $< > $@.tmp \
-	    -e 's:@-GNC_ACCOUNTS_DIR-@:${GNC_ACCOUNTS_DIR}:g' \
-	    -e 's:@-GNC_GLADE_DIR-@:${GNC_GLADE_DIR}:g' \
-	    -e 's:@-GCONF_SCHEMA_CONFIG_SOURCE_DIRONLY-@:${GCONF_SCHEMA_CONFIG_SOURCE_DIRONLY}:g'
+	    -e 's#@-GNC_ACCOUNTS_DIR-@#${GNC_ACCOUNTS_DIR}#g' \
+	    -e 's#@-GNC_GLADE_DIR-@#${GNC_GLADE_DIR}#g' \
+	    -e 's#@-GCONF_SCHEMA_CONFIG_SOURCE_DIRONLY-@#${GCONF_SCHEMA_CONFIG_SOURCE_DIRONLY}#g'
 	mv $@.tmp $@
 
 gnc-version.h: _gnc-version.h



More information about the gnucash-changes mailing list