Make sure variables needed for installation scripts are exported.
This commit is contained in:
parent
ef43dca94f
commit
50b577d7aa
@ -1160,8 +1160,8 @@ if [[ -z "$DISPLAY" ]]; then
|
||||
export DISPLAY=":0"
|
||||
fi
|
||||
# Settings file
|
||||
cache="${XDG_CACHE_HOME:-$HOME/.cache}/audiogame-manager"
|
||||
configFile="${XDG_CONFIG_HOME:-$HOME/.config}/storm-games/audiogame-manager/games.conf"
|
||||
export cache="${XDG_CACHE_HOME:-$HOME/.cache}/audiogame-manager"
|
||||
export configFile="${XDG_CONFIG_HOME:-$HOME/.config}/storm-games/audiogame-manager/games.conf"
|
||||
mkdir -p "${cache}"
|
||||
mkdir -p "${configFile%/*}"
|
||||
# Create the path for AGM's helper programs.
|
||||
|
Loading…
x
Reference in New Issue
Block a user