]> git.proxmox.com Git - pve-access-control.git/commitdiff
buildsys: drop useless packaging variable/includes in src
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 21 May 2023 09:46:27 +0000 (11:46 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 21 May 2023 10:37:11 +0000 (12:37 +0200)
and allow overriding the PACKAGE variable, making it actually useful

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/Makefile

index 987b4a82c9b0361c3af73c8bfc005cc9b832abb0..995f27e2357e41d1ddeb0101fb74457e9262c319 100644 (file)
@@ -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