From 00aad85034f13f83444a52be93162eaa1c96af2e Mon Sep 17 00:00:00 2001 From: ferreo Date: Mon, 16 Dec 2024 16:27:24 +0100 Subject: [PATCH] Update main.sh --- main.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main.sh b/main.sh index 16c6cd8..82db528 100755 --- a/main.sh +++ b/main.sh @@ -9,15 +9,15 @@ source ./pika-build-config.sh echo "$PIKA_BUILD_ARCH" > pika-build-arch # Clone Upstream -git clone --recurse-submodules https://github.com/hyprwm/hyprgraphics -b v"$VERSION" -cp -rvf ./debian ./hyprgraphics/ -cd ./hyprgraphics +git clone --recurse-submodules https://github.com/hyprwm/hyprland-qtutils -b v"$VERSION" +cp -rvf ./debian ./hyprland-qtutils/ +cd ./hyprland-qtutils # Get build deps apt-get build-dep ./ -y # Build package -LOGNAME=root dh_make --createorig -y -l -p hyprgraphics_"$VERSION" || echo "dh-make: Ignoring Last Error" +LOGNAME=root dh_make --createorig -y -l -p hyprland-qtutils_"$VERSION" || echo "dh-make: Ignoring Last Error" dpkg-buildpackage --no-sign # Move the debs to output