From 30dc39f4326e8c7197b9fb37fe38344425d93c4f Mon Sep 17 00:00:00 2001 From: Vicente Ferrari Smith Date: Sun, 10 May 2026 14:22:56 +0200 Subject: [PATCH] a --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 12c9598..cc811f0 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ build/package: cp ./deploy/DEBIAN/prerm /tmp/party-pkg/DEBIAN/prerm cp ./deploy/DEBIAN/postrm /tmp/party-pkg/DEBIAN/postrm chmod 755 /tmp/party-pkg/DEBIAN/postinst /tmp/party-pkg/DEBIAN/prerm /tmp/party-pkg/DEBIAN/postrm - printf 'Package: party\nVersion: %s\nArchitecture: amd64\nMaintainer: Vicente Ferrari Smith \nDescription: Party\n' \ + printf 'Package: party\nVersion: 0+%s\nArchitecture: amd64\nMaintainer: Vicente Ferrari Smith \nDescription: Party\n' \ '${git_description}' > /tmp/party-pkg/DEBIAN/control dpkg-deb --build --root-owner-group /tmp/party-pkg ./party.deb @echo 'Package ready: ./party.deb'