lxc: fix hooks installation on 1.0.6
Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
This commit is contained in:
parent
bfb1c85ae0
commit
ad224e5355
1 changed files with 1 additions and 4 deletions
|
@ -168,10 +168,7 @@ endef
|
||||||
define Package/lxc-hooks/install
|
define Package/lxc-hooks/install
|
||||||
$(INSTALL_DIR) $(1)/usr/share/lxc/hooks
|
$(INSTALL_DIR) $(1)/usr/share/lxc/hooks
|
||||||
$(CP) \
|
$(CP) \
|
||||||
$(PKG_INSTALL_DIR)/usr/share/lxc/hooks/mountcgroups \
|
$(PKG_INSTALL_DIR)/usr/share/lxc/hooks/* \
|
||||||
$(1)/usr/share/lxc/hooks/
|
|
||||||
$(CP) \
|
|
||||||
$(PKG_INSTALL_DIR)/usr/share/lxc/hooks/mountecryptfsroot \
|
|
||||||
$(1)/usr/share/lxc/hooks/
|
$(1)/usr/share/lxc/hooks/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue