comparison packaging/linux-installer-common.inc.in @ 1166:d824e6890a43

A more informative comment on the SYSDATAPATH fixme.
author Sascha Wilde <wilde@intevation.de>
date Fri, 19 Sep 2014 11:38:27 +0200
parents a72d59f8c3ea
children bfe305e09e2d
comparison
equal deleted inserted replaced
1165:d51ae656cfd6 1166:d824e6890a43
3 DEFAULT_PREFIX="$HOME/TrustBridge" 3 DEFAULT_PREFIX="$HOME/TrustBridge"
4 SYSDEFAULT_PREFIX="/usr/local" 4 SYSDEFAULT_PREFIX="/usr/local"
5 CFGPATH="${XDG_CONFIG_HOME:-$HOME/.config}/BSI" 5 CFGPATH="${XDG_CONFIG_HOME:-$HOME/.config}/BSI"
6 DATAPATH="${XDG_DATA_HOME:-$HOME/.local/share}/BSI/TrustBridge" 6 DATAPATH="${XDG_DATA_HOME:-$HOME/.local/share}/BSI/TrustBridge"
7 SYSCFGPATH="/etc/TrustBridge" 7 SYSCFGPATH="/etc/TrustBridge"
8 # FIXME: 8 # FIXME: a user independent data path would be nice for system wide
9 # Set the real data path for system wide installation once its known. 9 # installations, but we wont open this can of worms for now.
10 # So we assume the system wide installation is always used and
11 # maintained by the same user.
10 SYSDATAPATH="$DATAPATH" 12 SYSDATAPATH="$DATAPATH"
11 INSTCFGNAME="TrustBridge-inst.cfg" 13 INSTCFGNAME="TrustBridge-inst.cfg"
12 FORCE=0 14 FORCE=0
13 SYSINST=0 15 SYSINST=0
14 DEINSTALL=0 16 DEINSTALL=0

http://wald.intevation.org/projects/trustbridge/