Selaa lähdekoodia

lxc: fix hooks installation on 1.0.6

Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
Petar Koretic 10 vuotta sitten
vanhempi
commit
ad224e5355
1 muutettua tiedostoa jossa 1 lisäystä ja 4 poistoa
  1. 1
    4
      utils/lxc/Makefile

+ 1
- 4
utils/lxc/Makefile Näytä tiedosto

@@ -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