From f7c5b8bb3ab488ab69797333c9bd605f224fa3e3 Mon Sep 17 00:00:00 2001 From: ferreo Date: Wed, 4 Dec 2024 17:47:08 +0100 Subject: [PATCH] Update main.sh --- main.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/main.sh b/main.sh index b8adb0d..51f09ce 100755 --- a/main.sh +++ b/main.sh @@ -2,22 +2,22 @@ set -e -VERSION="0.2.6" +VERSION="0.1.1" source ./pika-build-config.sh echo "$PIKA_BUILD_ARCH" > pika-build-arch # Clone Upstream -git clone --recurse-submodules https://github.com/hyprwm/hyprutils -b v"$VERSION" -cp -rvf ./debian ./hyprutils/ -cd ./hyprutils +git clone --recurse-submodules https://github.com/hyprwm/hyprgraphics -b v"$VERSION" +cp -rvf ./debian ./hyprgraphics/ +cd ./ # Get build deps apt-get build-dep ./ -y # Build package -LOGNAME=root dh_make --createorig -y -l -p hyprutils_"$VERSION" || echo "dh-make: Ignoring Last Error" +LOGNAME=root dh_make --createorig -y -l -p hyprgraphics_"$VERSION" || echo "dh-make: Ignoring Last Error" dpkg-buildpackage --no-sign # Move the debs to output