aboutsummaryrefslogtreecommitdiff
path: root/utils/lxc
diff options
context:
space:
mode:
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