aboutsummaryrefslogtreecommitdiff
path: root/distro/_ubuntu_arm64_box86.sh
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2025-12-26 11:55:21 -0500
committerMitchell Riedstra <mitch@riedstra.dev>2025-12-26 11:55:21 -0500
commite223ea0a045f1e086e0780f7c1778a94bce92ad6 (patch)
tree39983b748e0c98e7a4c137ffffedea9c5df779d7 /distro/_ubuntu_arm64_box86.sh
parent9cd1e4f16131c41f2b16637ced9fd184573a7102 (diff)
downloaddotfiles-e223ea0a045f1e086e0780f7c1778a94bce92ad6.tar.gz
dotfiles-e223ea0a045f1e086e0780f7c1778a94bce92ad6.tar.xz
Some tweaks and updates to dotfiles
Diffstat (limited to 'distro/_ubuntu_arm64_box86.sh')
-rwxr-xr-xdistro/_ubuntu_arm64_box86.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/distro/_ubuntu_arm64_box86.sh b/distro/_ubuntu_arm64_box86.sh
index 85f9bfa..d7633f9 100755
--- a/distro/_ubuntu_arm64_box86.sh
+++ b/distro/_ubuntu_arm64_box86.sh
@@ -3,7 +3,7 @@ set -ex
# Automatically install box86/box64 on ARM64 SBCs
# Largely based on:
# https://github.com/ptitSeb/box86/blob/master/docs/COMPILE.md
-codedir="$HOME/scm/pub"
+codedir="${CODEDIR:-$HOME/scm/pub}"
box86dir="$codedir/box86"
box64dir="$codedir/box64"
winedir="$HOME/wine"