lxc: fix hooks installation on 1.0.6

Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
This commit is contained in:
Petar Koretic 2014-10-22 13:51:52 +02:00 committed by Luka Perkov
parent bfb1c85ae0
commit ad224e5355

View 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