Merge pull request #22006 from tiborvass/fix-changelog-1.11

Fix some CHANGELOG entries
diff --git a/hack/make.sh b/hack/make.sh
index 99da4c3..2674ec9 100755
--- a/hack/make.sh
+++ b/hack/make.sh
@@ -307,7 +307,7 @@
         if [ -x /usr/local/bin/docker-runc ]; then
             echo "Copying nested executables into $dir"
 	    for file in containerd containerd-shim containerd-ctr runc; do
-                cp "/usr/local/bin/docker-$file" "$dir/"
+                cp `which "docker-$file"` "$dir/"
                 if [ "$2" == "hash" ]; then
                     hash_files "$dir/docker-$file"
 		fi