lxc: fix hooks installation on 1.0.6
authorPetar Koretic <redacted>
Wed, 22 Oct 2014 11:51:52 +0000 (13:51 +0200)
committerLuka Perkov <redacted>
Thu, 23 Oct 2014 08:11:00 +0000 (04:11 -0400)
Signed-off-by: Petar Koretic <redacted>
utils/lxc/Makefile

index 332a8ae13e20f3e4b2528dd85dc07a662595de8a..1315fec23e67e38e9aa1293e4b36bce4dde8850d 100644 (file)
@@ -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
 
git clone https://git.99rst.org/PROJECT