From 6afda74c334bce0074b794006a7ce86f17cf71b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Fri, 14 Jul 2023 12:10:24 +0200 Subject: [PATCH] fix pbs2to3 install MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit was incomplete when forward porting from stable-2. Signed-off-by: Fabian Grünbichler --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 92eed8a1..e7c58191 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ USR_BIN := \ # Binaries usable by admins USR_SBIN := \ proxmox-backup-manager \ - proxmox-backup-debug \ + proxmox-backup-debug # Binaries for services: SERVICE_BIN := \ @@ -201,6 +201,7 @@ install: $(COMPILED_BINS) $(foreach i,$(USR_SBIN), \ install -m755 $(COMPILEDIR)/$(i) $(DESTDIR)$(SBINDIR)/ ; \ install -m644 zsh-completions/_$(i) $(DESTDIR)$(ZSH_COMPL_DEST)/ ;) + install -m755 $(COMPILEDIR)/pbs2to3 $(DESTDIR)$(SBINDIR)/ install -dm755 $(DESTDIR)$(LIBEXECDIR)/proxmox-backup install -dm755 $(DESTDIR)$(LIBEXECDIR)/proxmox-backup/file-restore $(foreach i,$(RESTORE_BIN), \