Parcourir la source

lxc: fix hooks installation on 1.0.6

Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
Petar Koretic il y a 10 ans
Parent
révision
ad224e5355
1 fichiers modifiés avec 1 ajouts et 4 suppressions
  1. 1
    4
      utils/lxc/Makefile

+ 1
- 4
utils/lxc/Makefile Voir le fichier

@@ -168,10 +168,7 @@ endef
168 168
 define Package/lxc-hooks/install
169 169
 	$(INSTALL_DIR) $(1)/usr/share/lxc/hooks
170 170
 	$(CP) \
171
-		$(PKG_INSTALL_DIR)/usr/share/lxc/hooks/mountcgroups \
172
-		$(1)/usr/share/lxc/hooks/
173
-	$(CP) \
174
-		$(PKG_INSTALL_DIR)/usr/share/lxc/hooks/mountecryptfsroot \
171
+		$(PKG_INSTALL_DIR)/usr/share/lxc/hooks/* \
175 172
 		$(1)/usr/share/lxc/hooks/
176 173
 endef
177 174