mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-05-10 03:46:32 +00:00
fix Makefiles (add 'all' target)
This commit is contained in:
parent
15a5cdd1b3
commit
ad95f6af75
@ -2,6 +2,8 @@ include ../../defines.mk
|
|||||||
|
|
||||||
SOURCES=vzdump.pm pvesubscription.pm pveceph.pm
|
SOURCES=vzdump.pm pvesubscription.pm pveceph.pm
|
||||||
|
|
||||||
|
all:
|
||||||
|
|
||||||
.PHONY: install
|
.PHONY: install
|
||||||
install: ${SOURCES}
|
install: ${SOURCES}
|
||||||
install -d -m 0755 ${PERLLIBDIR}/PVE/CLI
|
install -d -m 0755 ${PERLLIBDIR}/PVE/CLI
|
||||||
|
@ -2,6 +2,8 @@ include ../../defines.mk
|
|||||||
|
|
||||||
SOURCES=pvestatd.pm pveproxy.pm pvedaemon.pm spiceproxy.pm
|
SOURCES=pvestatd.pm pveproxy.pm pvedaemon.pm spiceproxy.pm
|
||||||
|
|
||||||
|
all:
|
||||||
|
|
||||||
.PHONY: install
|
.PHONY: install
|
||||||
install: ${SOURCES}
|
install: ${SOURCES}
|
||||||
install -d -m 0755 ${PERLLIBDIR}/PVE/Service
|
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
|
pve-manager (4.1-1) unstable; urgency=medium
|
||||||
|
|
||||||
* bump version for 4.1 release
|
* bump version for 4.1 release
|
||||||
|
@ -2,7 +2,7 @@ RELEASE=4.1
|
|||||||
|
|
||||||
VERSION=4.1
|
VERSION=4.1
|
||||||
PACKAGE=pve-manager
|
PACKAGE=pve-manager
|
||||||
PACKAGERELEASE=1
|
PACKAGERELEASE=2
|
||||||
|
|
||||||
BINDIR=${DESTDIR}/usr/bin
|
BINDIR=${DESTDIR}/usr/bin
|
||||||
PERLLIBDIR=${DESTDIR}/usr/share/perl5
|
PERLLIBDIR=${DESTDIR}/usr/share/perl5
|
||||||
|
Loading…
Reference in New Issue
Block a user