From 06d9a97f5b0fd16db1b2c832e936f81891920f1f Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sun, 21 May 2023 11:46:27 +0200 Subject: [PATCH] buildsys: drop useless packaging variable/includes in src and allow overriding the PACKAGE variable, making it actually useful Signed-off-by: Thomas Lamprecht --- src/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/Makefile b/src/Makefile index 987b4a8..995f27e 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,9 +1,4 @@ -include /usr/share/dpkg/pkg-info.mk -include /usr/share/dpkg/architecture.mk - -PACKAGE=libpve-access-control - -BUILDDIR ?= ${PACKAGE}-${DEB_VERSION_UPSTREAM} +PACKAGE ?= libpve-access-control DESTDIR= PREFIX=/usr