From: Dietmar Maurer Date: Thu, 24 May 2018 08:55:35 +0000 (+0200) Subject: use correct name for bash completion file X-Git-Url: https://git.proxmox.com/?p=pve-client.git;a=commitdiff_plain;h=f507a398be5977826e2e85eecefc494afbfdccb4 use correct name for bash completion file --- diff --git a/Makefile b/Makefile index d37025b..4f519e5 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ install: pve-api-definition.js 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 0755 pveclient ${DESTDIR}/usr/bin/pveclient - install -D -m 0644 pveclient.bash-completion ${BASHCOMPLDIR}/pveclient.bash-completion + install -D -m 0644 pveclient.bash-completion ${BASHCOMPLDIR}/pveclient pve-api-definition.js: