1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-21 07:27:08 +00:00
termux-packages/root-packages/docker/md2man-all.sh.patch
Shaun Mulligan 64e0fe10d9
docker: downgrade to v20.10.23 (#15233)
We had to revert docker back to v20.10.23 since the v23.0.x versions were breaking the way containerd was reading the configuration and this results in containerd not being able to correctly start up.
2023-02-28 15:04:38 +02:00

10 lines
310 B
Diff

--- ./cli/man/md2man-all.sh.orig 2021-12-05 15:29:36.176056012 +0100
+++ ./cli/man/md2man-all.sh 2021-12-05 15:33:54.339101972 +0100
@@ -18,5 +18,5 @@
continue
fi
mkdir -p "./man${num}"
- go-md2man -in "$FILE" -out "./man${num}/${name}"
+ ../build/go-md2man -in "$FILE" -out "./man${num}/${name}"
done