fix Makefiles (add 'all' target)
This commit is contained in:
parent
5f34e76b9b
commit
a723b00231
@ -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
|
||||
|
@ -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
|
||||
|
6
debian/changelog.Debian
vendored
6
debian/changelog.Debian
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user