fix Makefiles (add 'all' target)

This commit is contained in:
Dietmar Maurer 2015-12-19 09:26:17 +01:00
parent 5f34e76b9b
commit a723b00231
4 changed files with 11 additions and 1 deletions

View File

@ -2,6 +2,8 @@ include ../../defines.mk
SOURCES=vzdump.pm pvesubscription.pm pveceph.pm
all:
.PHONY: install
install: ${SOURCES}
install -d -m 0755 ${PERLLIBDIR}/PVE/CLI

View File

@ -2,6 +2,8 @@ include ../../defines.mk
SOURCES=pvestatd.pm pveproxy.pm pvedaemon.pm spiceproxy.pm
all:
.PHONY: install
install: ${SOURCES}
install -d -m 0755 ${PERLLIBDIR}/PVE/Service

View File

@ -1,3 +1,9 @@
pve-manager (4.1-2) unstable; urgency=medium
* update bash completion helpers (use -o default)
-- Proxmox Support Team <support@proxmox.com> Sat, 19 Dec 2015 09:22:13 +0100
pve-manager (4.1-1) unstable; urgency=medium
* bump version for 4.1 release

View File

@ -2,7 +2,7 @@ RELEASE=4.1
VERSION=4.1
PACKAGE=pve-manager
PACKAGERELEASE=1
PACKAGERELEASE=2
BINDIR=${DESTDIR}/usr/bin
PERLLIBDIR=${DESTDIR}/usr/share/perl5