From 651db7a8426e143791f8e1a6746c3069a65f051e Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Sat, 1 Apr 2023 19:52:03 -0500 Subject: [PATCH] [nostalgia] Fix pkg-gba to use uname -n instead of hostname --- scripts/pkg-gba | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pkg-gba b/scripts/pkg-gba index e2726ecd..83538c8d 100755 --- a/scripts/pkg-gba +++ b/scripts/pkg-gba @@ -7,7 +7,7 @@ OS=$(uname | tr [:upper:] [:lower:]) HOST_ENV=${OS}-$(uname -m) BIN=./dist/${HOST_ENV}-$(cat .current_build)/bin/ -NOSTALGIA_BIN=build/$(hostname)/gba-*/src/nostalgia/player/nostalgia.bin +NOSTALGIA_BIN=build/$(uname -n)/gba-*/src/nostalgia/player/nostalgia.bin NOSTALGIA_PROJECT=$1 NOSTALGIA_GBA=nostalgia.gba