r23305 - gnucash/trunk/src/bin - Use "; " as seperator characer since that's what g_key_file_get_keys wants.

Mike Alexander mta at code.gnucash.org
Sat Oct 19 23:41:17 EDT 2013


Author: mta
Date: 2013-10-19 23:41:17 -0400 (Sat, 19 Oct 2013)
New Revision: 23305
Trac: http://svn.gnucash.org/trac/changeset/23305

Modified:
   gnucash/trunk/src/bin/Makefile.am
Log:
Use ";" as seperator characer since that's what g_key_file_get_keys wants.

Modified: gnucash/trunk/src/bin/Makefile.am
===================================================================
--- gnucash/trunk/src/bin/Makefile.am	2013-10-20 03:37:43 UTC (rev 23304)
+++ gnucash/trunk/src/bin/Makefile.am	2013-10-20 03:41:17 UTC (rev 23305)
@@ -83,7 +83,7 @@
 		echo "# GnuCash was not installed in the default location" >> $@.tmp; \
 		echo "# XDG_DATA_DIRS will be set so that our documentation" >> $@.tmp; \
 		echo "# and gsettings schemas are found." >> $@.tmp; \
-		echo "XDG_DATA_DIRS=$(prefix)/share:{XDG_DATA_DIRS}:$(XDG_DATA_DIRS):/usr/local/share/:/usr/share/" >> $@.tmp; \
+		echo "XDG_DATA_DIRS=$(prefix)/share;{XDG_DATA_DIRS};$(XDG_DATA_DIRS);/usr/local/share/;/usr/share/" >> $@.tmp; \
 	fi
 	mv $@.tmp $@
 



More information about the gnucash-changes mailing list