1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-29 16:02:51 -05:00

ubuntu: Update hardcoded arcs

This commit is contained in:
purian23
2025-12-21 23:37:08 -05:00
parent 414b8c8272
commit 9656c7afd7
5 changed files with 30 additions and 20 deletions

View File

@@ -19,11 +19,14 @@ override_dh_installsystemd:
override_dh_auto_build:
# All files are included in source package (downloaded by build-source.sh)
# Launchpad build environment has no internet access
test -f dms-distropkg-amd64.gz || (echo "ERROR: dms-distropkg-amd64.gz not found!" && exit 1)
$(eval DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH))
@echo "Building for architecture: $(DEB_HOST_ARCH)"
test -f dms-distropkg-$(DEB_HOST_ARCH).gz || (echo "ERROR: dms-distropkg-$(DEB_HOST_ARCH).gz not found!" && exit 1)
test -f dms-source.tar.gz || (echo "ERROR: dms-source.tar.gz not found!" && exit 1)
# Extract pre-built binary
gunzip -c dms-distropkg-amd64.gz > dms
gunzip -c dms-distropkg-$(DEB_HOST_ARCH).gz > dms
chmod +x dms
# Extract source tarball for QML files