From 0b45be4e3bd6b8ff53c69bfe2ad17a3cec324e32 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 20 Apr 2023 13:54:26 +0200 Subject: [PATCH] buildsys: fixup PKGREL only used for top level name, we could actually get this from the DEB environment variables. Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c5bb699..a26083d 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ KERNEL_PATCHLEVEL=107 # rebuild packages with new KREL and run 'make abiupdate' KREL=1 -PKGREL=2 +PKGREL=1 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN) KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL)