Skip to content

Commit f9b4213

Browse files
authored
Merge pull request #419 from infosiftr/usr-local-libexec
Move CLI plugins to "/usr/local/libexec" (as they're not packaging-managed)
2 parents 195f606 + 0e00a29 commit f9b4213

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

20.10/cli/Dockerfile

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

23.0/cli/Dockerfile

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

24-rc/cli/Dockerfile

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Dockerfile-cli.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ RUN set -eux; \
6161
})
6262
}}; \
6363
\
64-
plugin='/usr/libexec/docker/cli-plugins/docker-{{ $key }}'; \
64+
plugin='/usr/local/libexec/docker/cli-plugins/docker-{{ $key }}'; \
6565
mkdir -p "$(dirname "$plugin")"; \
6666
mv -vT {{ "docker-" + $key | @sh }} "$plugin"; \
6767
chmod +x "$plugin"; \

0 commit comments

Comments
 (0)