mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 06:58:39 +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
|
||||
$(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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user