From: Petar Koretic Date: Wed, 22 Oct 2014 11:51:52 +0000 (+0200) Subject: lxc: fix hooks installation on 1.0.6 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=ad224e53555b5438eb8c5430e0f8b0c17cd72aaa;p=openwrt-packages.git lxc: fix hooks installation on 1.0.6 Signed-off-by: Petar Koretic --- 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