From: Dietmar Maurer Date: Wed, 13 Jun 2018 08:15:52 +0000 (+0200) Subject: install missing files X-Git-Url: https://git.proxmox.com/?p=pve-client.git;a=commitdiff_plain;h=c07228555a4916711a807e0acd2af4bc9df32e5d install missing files --- diff --git a/Makefile b/Makefile index 7daa428..b37b3fe 100644 --- a/Makefile +++ b/Makefile @@ -36,6 +36,8 @@ install: pve-api-definition.dat install -D -m 0644 PVE/APIClient/Config.pm ${LIB_DIR}/PVE/APIClient/Config.pm install -D -m 0644 PVE/APIClient/Commands/remote.pm ${LIB_DIR}/PVE/APIClient/Commands/remote.pm install -D -m 0644 PVE/APIClient/Commands/lxc.pm ${LIB_DIR}/PVE/APIClient/Commands/lxc.pm + install -D -m 0644 PVE/APIClient/Commands/config.pm ${LIB_DIR}/PVE/APIClient/Commands/config.pm + install -D -m 0644 PVE/APIClient/Commands/list.pm ${LIB_DIR}/PVE/APIClient/Commands/list.pm install -D -m 0644 PVE/APIClient/Commands/GuestStatus.pm ${LIB_DIR}/PVE/APIClient/Commands/GuestStatus.pm install -D -m 0644 pve-api-definition.dat ${LIB_DIR}/pve-api-definition.dat install -D -m 0755 pveclient ${DESTDIR}/usr/bin/pveclient