From e223ea0a045f1e086e0780f7c1778a94bce92ad6 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Fri, 26 Dec 2025 11:55:21 -0500 Subject: Some tweaks and updates to dotfiles --- distro/_ubuntu_arm64_box86.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'distro/_ubuntu_arm64_box86.sh') 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" -- cgit v1.2.3