X Tutup
Skip to content

Commit 5465389

Browse files
committed
install-critools: make sure DESTDIR exists
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent e830c53 commit 5465389

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

script/setup/install-critools

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ git checkout "$CRITEST_COMMIT"
3434
make
3535
make install -e DESTDIR=${DESTDIR:=''} BINDIR=/usr/local/bin
3636

37+
mkdir -p ${DESTDIR:=''}/etc/
3738
cat << EOF | tee ${DESTDIR:=''}/etc/crictl.yaml
3839
runtime-endpoint: unix:///run/containerd/containerd.sock
3940
EOF

0 commit comments

Comments
 (0)
X Tutup