From 1f1c3ccd78e10afc0a0d265b060a0791398cc98b Mon Sep 17 00:00:00 2001 From: manuel Date: Thu, 1 Feb 2024 23:38:08 -0100 Subject: [PATCH] corrigir script debian amd64 --- my-distro-debian-64/BldHelper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/my-distro-debian-64/BldHelper.sh b/my-distro-debian-64/BldHelper.sh index 31da2572..b26ac4a7 100755 --- a/my-distro-debian-64/BldHelper.sh +++ b/my-distro-debian-64/BldHelper.sh @@ -10,7 +10,7 @@ # Set environment variables PREFIX=My-distro-debian -SUFFIX=amd65 +SUFFIX=amd64 BUILD=deb-64 TODAY=$(date -u +"%Y-%m-%d") FileName="${PREFIX}-${SUFFIX}"