File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ FILES_ETC=(
3636 " $GIT_ROOT /contrib/bundle/10-crun.conf"
3737)
3838FILES_CONTRIB=(
39- " $GIT_ROOT /contrib/cni/10 -crio-bridge.conflist"
39+ " $GIT_ROOT /contrib/cni/11 -crio-ipv4 -bridge.conflist"
4040 " $GIT_ROOT /contrib/policy.json"
4141 " $GIT_ROOT /contrib/systemd/crio.service"
4242)
Original file line number Diff line number Diff line change 11set -x
22install $SELINUX -d -m 755 "$DESTDIR$CNIDIR"
33install $SELINUX -D -m 755 -t "$DESTDIR$OPT_CNI_BIN_DIR" cni-plugins/*
4- install $SELINUX -D -m 644 -t "$DESTDIR$CNIDIR" / contrib/cni/10 -crio-bridge.conflist
4+ install $SELINUX -D -m 644 -t "$DESTDIR$CNIDIR" contrib/11 -crio-ipv4 -bridge.conflist
55install $SELINUX -D -m 755 -t "$DESTDIR$BINDIR" bin/conmon
66install $SELINUX -D -m 755 -t "$DESTDIR$BINDIR" bin/crictl
77install $SELINUX -d -m 755 "$DESTDIR$BASHINSTALLDIR"
Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ ARCH=${ARCH:-amd64}
212212set -x
213213install $SELINUX -d -m 755 " $DESTDIR$CNIDIR "
214214install $SELINUX -D -m 755 -t " $DESTDIR$OPT_CNI_BIN_DIR " cni-plugins/*
215- install $SELINUX -D -m 644 -t " $DESTDIR$CNIDIR " / contrib/cni /10-crio-bridge.conflist
215+ install $SELINUX -D -m 644 -t " $DESTDIR$CNIDIR " contrib/10-crio-bridge.conflist
216216install $SELINUX -D -m 755 -t " $DESTDIR$BINDIR " bin/conmon
217217install $SELINUX -D -m 755 -t " $DESTDIR$BINDIR " bin/crictl
218218install $SELINUX -d -m 755 " $DESTDIR$BASHINSTALLDIR "
You can’t perform that action at this time.
0 commit comments