install path fixups

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2020-01-22 10:07:52 +01:00
parent 64a9f93ccf
commit 31d748b335
2 changed files with 10 additions and 2 deletions

View File

@ -48,9 +48,9 @@ san:
$(COMPILED_BINS): cargo-build
install: $(COMPILED_BINS)
install -dm755 $(DESTDIR)$(LIBEXECDIR)/proxmox-backup
install -dm755 $(DESTDIR)$(LIBEXECDIR)/pve-lxc-syscalld
$(foreach i,$(SERVICE_BIN), \
install -m755 $(COMPILEDIR)/$(i) $(DESTDIR)$(LIBEXECDIR)/proxmox-backup/ ;)
install -m755 $(COMPILEDIR)/$(i) $(DESTDIR)$(LIBEXECDIR)/pve-lxc-syscalld/ ;)
.PHONY: build
build:

8
debian/rules vendored
View File

@ -27,6 +27,14 @@ override_dh_auto_configure:
override_dh_missing:
dh_missing --fail-missing
override_dh_auto_build:
dh_auto_build -- \
LIBEXECDIR=/usr/lib/$(DEB_HOST_MULTIARCH)
override_dh_auto_install:
dh_auto_install -- \
LIBEXECDIR=/usr/lib/$(DEB_HOST_MULTIARCH)
#override_dh_installinit:
# dh_installinit
# dh_installinit --name pve-lxc-syscalld