mirror of
git://git.proxmox.com/git/pve-cluster.git
synced 2024-12-21 09:34:12 +03: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
|
||||
LIB_DEB = libpve-cluster-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
|
||||
|
||||
DEBS = $(DEB) $(DBG_DEB) $(LIB_DEB)
|
||||
|
Loading…
Reference in New Issue
Block a user