From 8ee37c406428233011ecdba9aba78cb5cd35bf47 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Sat, 29 Aug 2026 10:23:12 +0200 Subject: [PATCH] fix deb package name convention --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9374d09..3c0154e 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ VERSION=1.0.8 +REVISION=1 PACKAGE=simple-backup -PACKAGENAME=$(PACKAGE)-$(VERSION)$(EXTRA_VERSION)-1-x86_64 +PACKAGENAME=$(PACKAGE)_$(VERSION)-$(REVISION)$(EXTRA_VERSION)_x86_64 SRCDIR=src BUILDDIR=build PREFIX=usr -- 2.47.3