# HG changeset patch # User Sascha Wilde # Date 1411119507 -7200 # Node ID d824e6890a438bdb62372cb578318347396077d0 # Parent d51ae656cfd6b85ddbadfcd20bb97a4a44c3ae2a A more informative comment on the SYSDATAPATH fixme. diff -r d51ae656cfd6 -r d824e6890a43 packaging/linux-installer-common.inc.in --- a/packaging/linux-installer-common.inc.in Fri Sep 19 11:32:43 2014 +0200 +++ b/packaging/linux-installer-common.inc.in Fri Sep 19 11:38:27 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