From 30baa4babdefc51f58a15d438973572e4fb4ad92 Mon Sep 17 00:00:00 2001 From: Cullum Smith Date: Wed, 11 Dec 2024 08:00:03 -0500 Subject: keep wine on local disks --- files/etc/profile.d/local-homedir.sh.common | 2 ++ 1 file changed, 2 insertions(+) (limited to 'files/etc') 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" -- cgit v1.2.3