commit ad224e53555b5438eb8c5430e0f8b0c17cd72aaa
parent bfb1c85ae06972fdddd5013e497e3a1a059bd1d8
Author: Petar Koretic <petar.koretic@sartura.hr>
Date: Wed, 22 Oct 2014 13:51:52 +0200
lxc: fix hooks installation on 1.0.6
Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
Diffstat:
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git 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