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 echo "$PIKA_BUILD_ARCH" > pika-build-arch
# Clone Upstream # Clone Upstream
git clone --recurse-submodules https://github.com/hyprwm/hyprgraphics -b v"$VERSION" git clone --recurse-submodules https://github.com/hyprwm/hyprland-qtutils -b v"$VERSION"
cp -rvf ./debian ./hyprgraphics/ cp -rvf ./debian ./hyprland-qtutils/
cd ./hyprgraphics cd ./hyprland-qtutils
# Get build deps # Get build deps
apt-get build-dep ./ -y apt-get build-dep ./ -y
# Build package # 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 dpkg-buildpackage --no-sign
# Move the debs to output # Move the debs to output