s/pbsbanner/proxmox-backup-banner/ + move to /usr/lib
We want to avoid pbs if possible and also avoid placing internal binaries, not intended for human direct use, in /bin or /sbin paths. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
5
Makefile
5
Makefile
@ -12,12 +12,13 @@ USR_BIN := \
|
||||
pxar
|
||||
|
||||
# Binaries usable by admins
|
||||
USR_SBIN := proxmox-backup-manager \
|
||||
pbsbanner
|
||||
USR_SBIN := \
|
||||
proxmox-backup-manager
|
||||
|
||||
# Binaries for services:
|
||||
SERVICE_BIN := \
|
||||
proxmox-backup-api \
|
||||
proxmox-backup-banner \
|
||||
proxmox-backup-proxy
|
||||
|
||||
ifeq ($(BUILD_MODE), release)
|
||||
|
Reference in New Issue
Block a user