mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
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
This commit is contained in:
+1
-1
@@ -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 $@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user