From 5267992e31326eb3036cea87a6bc94228cbdcdec Mon Sep 17 00:00:00 2001 From: Ross Scroggs Date: Wed, 18 Sep 2024 11:33:37 -0700 Subject: [PATCH] Revert "Revert setting target_gam" This reverts commit 38375b171035205446d998c29aeb056859822dcc. --- src/gam-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gam-install.sh b/src/gam-install.sh index 06e522de..07c0b97c 100755 --- a/src/gam-install.sh +++ b/src/gam-install.sh @@ -21,7 +21,7 @@ EOF } target_dir="$HOME/bin" -target_gam="gam/gam" +target_gam="gam7/gam" gamarch=$(uname -m) gamos=$(uname -s) osversion=""