Merge pull request #33092 from tonistiigi/remove-install-binary-client

hack: Remove install-binary-client
This commit is contained in:
Brian Goff 2017-05-08 14:32:13 -04:00 committed by GitHub
commit daa8b262fe

4
hack/make/install-binary Normal file → Executable file
View file

@ -3,10 +3,6 @@
set -e
rm -rf "$DEST"
(
source "${MAKEDIR}/install-binary-client"
)
(
source "${MAKEDIR}/install-binary-daemon"
)