mirror of
https://git.proxmox.com/git/pve-client
synced 2025-10-04 22:01:29 +00:00
install missing file PVE/APIClient/Config.pm
This commit is contained in:
parent
aa570b3853
commit
f211e13f7e
1
Makefile
1
Makefile
@ -31,6 +31,7 @@ install: pve-api-definition.js
|
|||||||
install -m 0644 PVE/CLIHandler.pm ${LIB_DIR}/PVE
|
install -m 0644 PVE/CLIHandler.pm ${LIB_DIR}/PVE
|
||||||
# install pveclient
|
# install pveclient
|
||||||
install -D -m 0644 PVE/APIClient/Helpers.pm ${LIB_DIR}/PVE/APIClient/Helpers.pm
|
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/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/lxc.pm ${LIB_DIR}/PVE/APIClient/Commands/lxc.pm
|
||||||
install -D -m 0644 pve-api-definition.js ${LIB_DIR}/pve-api-definition.js
|
install -D -m 0644 pve-api-definition.js ${LIB_DIR}/pve-api-definition.js
|
||||||
|
Loading…
Reference in New Issue
Block a user