From f507a398be5977826e2e85eecefc494afbfdccb4 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Thu, 24 May 2018 10:55:35 +0200 Subject: [PATCH] use correct name for bash completion file --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.39.2