Skip to content

Commit 7783f58

Browse files
committed
update to new cri-tools make install
Signed-off-by: Mike Brown <[email protected]> (cherry picked from commit c74a6c4) Signed-off-by: Mike Brown <[email protected]>
1 parent 7507b47 commit 7783f58

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

script/setup/install-critools

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ git clone https://github.com/kubernetes-sigs/cri-tools.git "${TMPROOT}"/cri-tool
3232
pushd "${TMPROOT}"/cri-tools
3333
git checkout "$CRITEST_COMMIT"
3434
make
35-
make install -e BINDIR=${DESTDIR:=''}/usr/local/bin
35+
make install -e DESTDIR=${DESTDIR:=''} BINDIR=/usr/local/bin
3636

37-
cat << EOF | tee ${DESTDIR}/etc/crictl.yaml
37+
cat << EOF | tee ${DESTDIR:=''}/etc/crictl.yaml
3838
runtime-endpoint: unix:///run/containerd/containerd.sock
3939
EOF
4040

0 commit comments

Comments
 (0)