From 67a32a8677359960ca302fc080d1ee8cae4bb8f8 Mon Sep 17 00:00:00 2001 From: David Young Date: Fri, 10 Apr 2026 12:57:56 -0600 Subject: [PATCH] trying to debug hamclock build --- compile.conf | 2 +- install-compiled.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/compile.conf b/compile.conf index 15d0cba..7f4d6dc 100644 --- a/compile.conf +++ b/compile.conf @@ -3,7 +3,7 @@ version=4.22 wget=https://github.com/tardate/ESPHamClock/archive/refs/tags/4.22.zip install=$HOME/.local/bin/hamclock gui=true -steps=cd src && make && make hamclock-web-1600x960 && mv hamclock-web-1600x960 $HOME/.local/bin/hamclock +steps=cd src && make && make hamclock-web-1600x960 && mkdir -p $HOME/.local/bin && mv hamclock-web-1600x960 $HOME/.local/bin/hamclock [openhamclock] version=26.1.3 diff --git a/install-compiled.sh b/install-compiled.sh index 8c8658e..3e2929a 100755 --- a/install-compiled.sh +++ b/install-compiled.sh @@ -1,4 +1,5 @@ #!/bin/bash +set -e # # Purpose : Compile and install applications from compile.conf