瀏覽代碼

lxc: fix hooks installation on 1.0.6

Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
Petar Koretic 10 年之前
父節點
當前提交
ad224e5355
共有 1 個檔案被更改,包括 1 行新增4 行删除
  1. 1
    4
      utils/lxc/Makefile

+ 1
- 4
utils/lxc/Makefile 查看文件

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