Signed-off-by: Max Carrara <m.carr...@proxmox.com>
---
Changes v2 --> v3:
  * new

Changes v3 --> v4:
  * none

Changes v4 --> v5:
  * none

 bin/Makefile | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/bin/Makefile b/bin/Makefile
index b221e4b1..180a91b5 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -25,6 +25,10 @@ SCRIPTS =                    \
        pveperf                 \
        pvereport
 
+HELPERS =                      \
+       pve-startall-delay      \
+       pve-init-ceph-crash
+
 SERVICE_MANS = $(addsuffix .8, $(SERVICES))
 
 CLI_MANS =                             \
@@ -82,8 +86,7 @@ install: $(SCRIPTS) $(CLI_MANS) $(SERVICE_MANS) 
$(BASH_COMPLETIONS) $(ZSH_COMPLE
        install -d $(BINDIR)
        install -m 0755 $(SCRIPTS) $(BINDIR)
        install -d $(USRSHARE)/helpers
-       install -m 0755 pve-startall-delay $(USRSHARE)/helpers
-       install -m 0755 pve-init-ceph-crash $(USRSHARE)/helpers
+       install -m 0755 $(HELPERS) $(USRSHARE)/helpers
        install -d $(MAN1DIR)
        install -m 0644 $(CLI_MANS) $(MAN1DIR)
        install -d $(MAN8DIR)
-- 
2.39.2



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to