Update main.sh

This commit is contained in:
ferreo 2024-12-16 16:27:24 +01:00
parent 95b36449ac
commit 00aad85034

View File

@ -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