From c445faa7411a12b8f9fb783bed619d87d76ce90a Mon Sep 17 00:00:00 2001 From: ferreo Date: Mon, 10 Feb 2025 23:17:26 +0100 Subject: [PATCH] Update main.sh --- main.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/main.sh b/main.sh index 748399d..35fb657 100755 --- a/main.sh +++ b/main.sh @@ -9,16 +9,17 @@ source ./pika-build-config.sh echo "$PIKA_BUILD_ARCH" > pika-build-arch # Clone Upstream -git clone -b release_"$VERSION" https://gitlab.com/CalcProgrammer1/OpenRGB ./openrgb -cp -rvf ./debian ./openrgb/ +git clone https://gitlab.com/CalcProgrammer1/OpenRGB ./openrgb +#cp -rvf ./debian ./openrgb/ cd ./openrgb/ # Get build deps apt-get build-dep ./ -y # Build package -LOGNAME=root dh_make --createorig -y -l -p openrgb_"$VERSION" || echo "dh-make: Ignoring Last Error" -dpkg-buildpackage --no-sign +./scripts/build-package-files.sh debian/changelog +dpkg-architecture -l +dpkg-buildpackage -us -B # Move the debs to output cd ../