From: Bastian Dehn Date: Sat, 29 Aug 2026 08:23:12 +0000 (+0200) Subject: fix deb package name convention X-Git-Tag: v1.0.9^2~1 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=8ee37c406428233011ecdba9aba78cb5cd35bf47;p=simple-backup.git fix deb package name convention --- 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