mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
lxc: fix hooks installation on 1.0.6
Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
This commit is contained in:
committed by
Luka Perkov
parent
bfb1c85ae0
commit
ad224e5355
+1
-4
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user