diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2024-12-11 08:00:03 -0500 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2024-12-11 08:00:03 -0500 |
commit | 30baa4babdefc51f58a15d438973572e4fb4ad92 (patch) | |
tree | a8f7bdcdf63c9484866fc7ab07a3cb834daec1da /files/etc | |
parent | 14d8a6cd16ba161fe067aad761623121f6522f35 (diff) | |
download | infrastructure-30baa4babdefc51f58a15d438973572e4fb4ad92.tar.gz |
keep wine on local disks
Diffstat (limited to 'files/etc')
-rw-r--r-- | files/etc/profile.d/local-homedir.sh.common | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/files/etc/profile.d/local-homedir.sh.common b/files/etc/profile.d/local-homedir.sh.common index 683756a..170a966 100644 --- a/files/etc/profile.d/local-homedir.sh.common +++ b/files/etc/profile.d/local-homedir.sh.common @@ -13,6 +13,8 @@ export PYTHONUSERBASE="${LOCAL_HOME}/.local" export npm_config_cache="${LOCAL_HOME}/.npm" export CARGO_HOME="${LOCAL_HOME}/.cargo" export GOPATH="${LOCAL_HOME}/go" +export WINE_i386_ROOT="${LOCAL_HOME}/.i386-wine-pkg" +export WINEPREFIX="${LOCAL_HOME}/.wine" # firefox mkdir -p "${LOCAL_HOME}/.mozilla" |