From 500ebd9a358b9797293e5ea31cd0c0bde55ceb40 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Tue, 6 Feb 2018 13:54:10 +0100 Subject: [PATCH] revert removal of pct from installation Fixes: c47b855338e2 "remove transitional pve-update-lxc-config script (PVE 4 beta era)" Signed-off-by: Wolfgang Bumiller --- src/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Makefile b/src/Makefile index e9fdefb..08d1f4d 100644 --- a/src/Makefile +++ b/src/Makefile @@ -3,6 +3,7 @@ PACKAGE=pve-container PREFIX=${DESTDIR}/usr BINDIR=${PREFIX}/bin LIBDIR=${PREFIX}/lib +SBINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/share/man DOCDIR=${PREFIX}/share/doc/${PACKAGE} LXC_SCRIPT_DIR=${PREFIX}/share/lxc @@ -33,6 +34,8 @@ check: test .PHONY: install install: pct lxc-pve.conf lxc-pve-prestart-hook lxc-pve-autodev-hook lxc-pve-poststop-hook lxcnetaddbr pct.1 pct.conf.5 pct.bash-completion PVE_GENERATING_DOCS=1 perl -I. -T -e "use PVE::CLI::pct; PVE::CLI::pct->verify_api();" + install -d ${SBINDIR} + install -m 0755 pct ${SBINDIR} install -d ${LXC_SCRIPT_DIR} install -m 0755 lxcnetaddbr ${LXC_SCRIPT_DIR} install -m 0755 pve-container-stop-wrapper ${LXC_SCRIPT_DIR} -- 2.39.2