[PATCH 3 of 3] Merged

Wald Commits scm-commit at wald.intevation.org
Fri Sep 19 11:54:37 CEST 2014


# HG changeset patch
# User Emanuel Schuetze <emanuel at intevation.de>
# Date 1411120456 -7200
# Node ID 882df57bdaf6dac8a39d58d3fc29cf02b4b5f786
# Parent  d5c80c7cd7a34c9043ee554ef4f0fd5f27d36da0
# Parent  d824e6890a438bdb62372cb578318347396077d0
Merged.

diff -r d5c80c7cd7a3 -r 882df57bdaf6 packaging/linux-installer-common.inc.in
--- a/packaging/linux-installer-common.inc.in	Fri Sep 19 11:54:07 2014 +0200
+++ b/packaging/linux-installer-common.inc.in	Fri Sep 19 11:54:16 2014 +0200
@@ -5,8 +5,10 @@
 CFGPATH="${XDG_CONFIG_HOME:-$HOME/.config}/BSI"
 DATAPATH="${XDG_DATA_HOME:-$HOME/.local/share}/BSI/TrustBridge"
 SYSCFGPATH="/etc/TrustBridge"
-# FIXME:
-# Set the real data path for system wide installation once its known.
+# FIXME: a user independent data path would be nice for system wide
+#        installations, but we wont open this can of worms for now.
+#        So we assume the system wide installation is always used and
+#        maintained by the same user.
 SYSDATAPATH="$DATAPATH"
 INSTCFGNAME="TrustBridge-inst.cfg"
 FORCE=0


More information about the Trustbridge-commits mailing list