Mercurial > trustbridge
comparison packaging/linux-installer-common.inc.in @ 1169:882df57bdaf6
Merged.
author | Emanuel Schuetze <emanuel@intevation.de> |
---|---|
date | Fri, 19 Sep 2014 11:54:16 +0200 |
parents | d824e6890a43 |
children | bfe305e09e2d |
comparison
equal
deleted
inserted
replaced
1168:d5c80c7cd7a3 | 1169:882df57bdaf6 |
---|---|
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 |