remove host-local-ptp plugin

This commit is contained in:
Eugene Yakubovich
2015-09-17 14:56:13 -07:00
committed by Stefan Junker
parent 7d8d6b2a7e
commit 60be55a7d1
3 changed files with 1 additions and 73 deletions

4
build
View File

@ -27,7 +27,3 @@ for d in $PLUGINS; do
go install ${REPO_PATH}/$d
fi
done
if [ ! -h $GOBIN/host-local-ptp ]; then
ln -s host-local $GOBIN/host-local-ptp
fi