From b018a985a38ce3d1cd25a7715be28e6397f6b142 Mon Sep 17 00:00:00 2001 From: Martin Dvorak Date: Sat, 15 Apr 2023 18:01:42 +0200 Subject: [PATCH] Fixing .deb builder. --- build/debian/make-deb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/debian/make-deb.sh b/build/debian/make-deb.sh index 553e972..1be1a11 100755 --- a/build/debian/make-deb.sh +++ b/build/debian/make-deb.sh @@ -141,7 +141,7 @@ function buildDebPackage() { echo "This script MUST run on Debian OS (or VM)" echo "This script is expected to be copied to and run from: ~/p/hstr/debian" -if [ -e "../.git" ] +if [ -e "../../.git" ] then echo "This script must NOT be run from Git repository - run it e.g. from ~/p/hstr/debian instead" exit 1