From f211e13f7e9e84861841d7172fc9d45c71eb312b Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Tue, 29 May 2018 11:45:10 +0200 Subject: [PATCH] install missing file PVE/APIClient/Config.pm --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 4f519e5..8fb26bf 100644 --- a/Makefile +++ b/Makefile @@ -31,6 +31,7 @@ install: pve-api-definition.js install -m 0644 PVE/CLIHandler.pm ${LIB_DIR}/PVE # install pveclient install -D -m 0644 PVE/APIClient/Helpers.pm ${LIB_DIR}/PVE/APIClient/Helpers.pm + 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-api-definition.js ${LIB_DIR}/pve-api-definition.js -- 2.39.2