From d1668d5f39eb4c5b66255ed97cbf6c4dc804ee48 Mon Sep 17 00:00:00 2001 From: Mike Alexander Date: Sun, 20 Oct 2013 03:41:17 +0000 Subject: [PATCH] Use ";" as seperator characer since that's what g_key_file_get_keys wants. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23305 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/bin/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/Makefile.am b/src/bin/Makefile.am index f58c2ce76a..9467382c70 100644 --- a/src/bin/Makefile.am +++ b/src/bin/Makefile.am @@ -83,7 +83,7 @@ endif 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 $@