commit | 4421dd2e78ae0ade3e3ff249d2aaab8d01628f90 | [log] [tgz] |
---|---|---|
author | Yuta HIGUCHI <y-higuchi@ak.jp.nec.com> | Thu Aug 10 18:08:37 2017 -0700 |
committer | Yuta HIGUCHI <y-higuchi@opennetworking.org> | Fri Aug 11 03:41:31 2017 +0000 |
tree | be9b5e2a7fe15817c557b0ab3a48f33ee98ac44f | |
parent | db3591bf4c79e3ad64e62fbfb58128a9a4dc4e86 [diff] |
Allow relocating yang tool location Change-Id: Ic8a166aa1161f57f94c11d824f22bfc7154bcb77
diff --git a/tools/dev/bin/patch-yang-libs b/tools/dev/bin/patch-yang-libs index 01f3935..7e11968 100755 --- a/tools/dev/bin/patch-yang-libs +++ b/tools/dev/bin/patch-yang-libs
@@ -6,7 +6,7 @@ BVER=2.2.0-b3 SVER=2.2-SNAPSHOT -YANG_TOOLS_ROOT=~/onos-yang-tools +YANG_TOOLS_ROOT=${YANG_TOOLS_ROOT:-~/onos-yang-tools} rm -f $ONOS_ROOT/lib/yang/* 2>/dev/null mkdir -p $ONOS_ROOT/lib/yang