From ba3fc7fbf305507a6f429e682069090bd69dcfc2 Mon Sep 17 00:00:00 2001 From: ferreo Date: Sat, 28 Dec 2024 13:14:40 +0100 Subject: [PATCH] Update main.sh --- main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.sh b/main.sh index 0bb19a4..64bc059 100755 --- a/main.sh +++ b/main.sh @@ -14,7 +14,7 @@ cp -rvf ./debian ./ghostty/ cd ./ghostty # Get build deps -LOGNAME=root dh_make --createorig -y -l -p ghostty-gtk_"$VERSION" || echo "dh-make: Ignoring Last Error" +LOGNAME=root dh_make --createorig -y -l -p ghostty_"$VERSION" || echo "dh-make: Ignoring Last Error" apt-get build-dep ./ -y # Build package