Browse Source

lxc: fix hooks installation on 1.0.6

Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
lilik-openwrt-22.03
Petar Koretic 10 years ago
committed by Luka Perkov
parent
commit
ad224e5355
1 changed files with 1 additions and 4 deletions
  1. +1
    -4
      utils/lxc/Makefile

+ 1
- 4
utils/lxc/Makefile 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


Loading…
Cancel
Save