소스 검색

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