calcurse-vdirsyncer: use $XDG_DATA_HOME
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
This commit is contained in:
parent
d85691ebee
commit
c7faa1f61f
@ -34,7 +34,7 @@ if [ "$#" -lt 1 ] || [ "$1" = "-h" ] || [ "$1" = "--help" ]; then
|
|||||||
usage
|
usage
|
||||||
fi
|
fi
|
||||||
|
|
||||||
DATADIR="$HOME/.calcurse"
|
[ -d "$HOME/.calcurse" ] && DATADIR="$HOME/.calcurse" || DATADIR="${XDG_DATA_HOME:-$HOME/.local/share}/calcurse"
|
||||||
VERBOSE=""
|
VERBOSE=""
|
||||||
FORCE=""
|
FORCE=""
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user