aboutsummaryrefslogtreecommitdiff
path: root/utils/lxc
diff options
context:
space:
mode:
authorPetar Koretic <petar.koretic@sartura.hr>2014-10-22 13:51:52 +0200
committerLuka Perkov <luka.perkov@sartura.hr>2014-10-23 04:11:00 -0400
commitad224e53555b5438eb8c5430e0f8b0c17cd72aaa (patch)
tree95536bc61ff917d0e6864ae5937dea95b261e623 /utils/lxc
parentbfb1c85ae06972fdddd5013e497e3a1a059bd1d8 (diff)
lxc: fix hooks installation on 1.0.6
Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
Diffstat (limited to 'utils/lxc')
-rw-r--r--utils/lxc/Makefile5
1 files changed, 1 insertions, 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