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), \