From ad224e53555b5438eb8c5430e0f8b0c17cd72aaa Mon Sep 17 00:00:00 2001 From: Petar Koretic Date: Wed, 22 Oct 2014 13:51:52 +0200 Subject: [PATCH] lxc: fix hooks installation on 1.0.6 Signed-off-by: Petar Koretic --- utils/lxc/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/utils/lxc/Makefile b/utils/lxc/Makefile index 332a8ae13..1315fec23 100644 --- a/utils/lxc/Makefile +++ b/utils/lxc/Makefile @@ -168,10 +168,7 @@ endef define Package/lxc-hooks/install $(INSTALL_DIR) $(1)/usr/share/lxc/hooks $(CP) \ - $(PKG_INSTALL_DIR)/usr/share/lxc/hooks/mountcgroups \ - $(1)/usr/share/lxc/hooks/ - $(CP) \ - $(PKG_INSTALL_DIR)/usr/share/lxc/hooks/mountecryptfsroot \ + $(PKG_INSTALL_DIR)/usr/share/lxc/hooks/* \ $(1)/usr/share/lxc/hooks/ endef