mirror of
https://git.proxmox.com/git/pve-cluster
synced 2025-10-10 01:39:29 +00:00
buildsys: add libpve-notify-perl package to $(LIB_DEB) variable
Signed-off-by: Lukas Wagner <l.wagner@proxmox.com> [w.bumiller@proxmox.com: add missing '_all' suffix Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
26064fcae9
commit
317a212f69
1
Makefile
1
Makefile
@ -9,6 +9,7 @@ GITVERSION:=$(shell git rev-parse HEAD)
|
|||||||
DEB=$(PACKAGE)_$(DEB_VERSION)_$(DEB_BUILD_ARCH).deb
|
DEB=$(PACKAGE)_$(DEB_VERSION)_$(DEB_BUILD_ARCH).deb
|
||||||
LIB_DEB = libpve-cluster-perl_$(DEB_VERSION)_all.deb
|
LIB_DEB = libpve-cluster-perl_$(DEB_VERSION)_all.deb
|
||||||
LIB_DEB += libpve-cluster-api-perl_$(DEB_VERSION)_all.deb
|
LIB_DEB += libpve-cluster-api-perl_$(DEB_VERSION)_all.deb
|
||||||
|
LIB_DEB += libpve-notify-perl_$(DEB_VERSION)_all.deb
|
||||||
DBG_DEB=$(PACKAGE)-dbgsym_$(DEB_VERSION)_$(DEB_BUILD_ARCH).deb
|
DBG_DEB=$(PACKAGE)-dbgsym_$(DEB_VERSION)_$(DEB_BUILD_ARCH).deb
|
||||||
|
|
||||||
DEBS = $(DEB) $(DBG_DEB) $(LIB_DEB)
|
DEBS = $(DEB) $(DBG_DEB) $(LIB_DEB)
|
||||||
|
Loading…
Reference in New Issue
Block a user