X-Git-Url: https://git.proxmox.com/?p=pve-apiclient.git;a=blobdiff_plain;f=Makefile;h=9dcbddec2c2ae18c9db1ce7e03e337b8434d09bc;hp=799722ac895aeccb040d81418dec209b8166b483;hb=6700b1517efcf1fecbcb159ed734f000a305edc0;hpb=9c6d72b1b764197edb7ce7eda9e571f5c2ef8c4e diff --git a/Makefile b/Makefile index 799722a..9dcbdde 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,7 @@ deb ${DEB}: install: install -D -m 0644 PVE/APIClient/LWP.pm ${PERL5DIR}/PVE/APIClient/LWP.pm + install -m 0644 PVE/APIClient/Exception.pm ${PERL5DIR}/PVE/APIClient/Exception.pm install -d -m 755 ${DOCDIR}/examples install -m 0755 examples/example1.pl ${DOCDIR}/examples install -m 0755 examples/example2.pl ${DOCDIR}/examples