We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a92ec1 commit 1260615Copy full SHA for 1260615
images/libvirt/werf.inc.yaml
@@ -211,9 +211,7 @@ shell:
211
- echo 'TREE OF BUILD'
212
- tree /{{ $gitRepoName }}-{{ $version }}/build
213
- |
214
- /install-libvirt.sh --version-num "{{ $version }}" \
215
- -s /{{ $gitRepoName }}-{{ $version }} \
216
- -d /BINS \
217
- -b build
+ cd /{{ $gitRepoName }}-{{ $version }}
+ DESTDIR=/out ninja -C build install
218
- echo 'TREE OF BINS'
219
- tree /BINS
0 commit comments