]> git.proxmox.com Git - pve-client.git/commitdiff
install missing file PVE/APIClient/Config.pm
authorDietmar Maurer <dietmar@proxmox.com>
Tue, 29 May 2018 09:45:10 +0000 (11:45 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 29 May 2018 09:45:10 +0000 (11:45 +0200)
Makefile

index 4f519e519055aaee8165c3597235059c9c0ef4ac..8fb26bf7cb1b67ad9d5adeac2493f8ce2a52323e 100644 (file)
--- 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