Don't compile nsinit

Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael)
Upstream-commit: 3986bc659be9ff83d521f82e3353b1f73b896cbc
Component: engine
This commit is contained in:
Michael Crosby
2014-06-05 17:03:32 -07:00
parent 1bb9f4a354
commit 4a0a27b9ff
+1
View File
@@ -170,6 +170,7 @@ find_dirs() {
-o -wholename './.git' \
-o -wholename './bundles' \
-o -wholename './docs' \
-o -wholename './pkg/libcontainer/nsinit' \
\) \
-prune \
\) -name "$1" -print0 | xargs -0n1 dirname | sort -u