summaryrefslogtreecommitdiffstats
path: root/nsh-plugin/build.sh
diff options
context:
space:
mode:
authorHongjun Ni <hongjun.ni@intel.com>2016-08-02 01:33:51 +0800
committerHongjun Ni <hongjun.ni@intel.com>2016-08-02 01:43:40 +0800
commitaec524e024e6a3f9a3a242defeab2f5c2cc62649 (patch)
tree34cea811f99b09998bc8326cfd40c41182f4d36c /nsh-plugin/build.sh
parente566590ed0b45b1b230239a6a066f40bc4da3fb8 (diff)
Fix tlv[0] issue of nsh_entry
PatchSet 2: delete tlv Change-Id: I19131a8dfc441be1d7cbb92c817a3f7e583f9189 Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
Diffstat (limited to 'nsh-plugin/build.sh')
-rwxr-xr-xnsh-plugin/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nsh-plugin/build.sh b/nsh-plugin/build.sh
index 4a8c3d1..aae99c9 100755
--- a/nsh-plugin/build.sh
+++ b/nsh-plugin/build.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
NSH_PLUGIN_DIR=$(dirname $0)
-NSH_INSTALL_PREFIX=${NSH_INSTALL_PREFIX:-/usr}
+NSH_INSTALL_PREFIX=${NSH_INSTALL_PREFIX:-/usr/local}
cd ${NSH_PLUGIN_DIR}
autoreconf -i -f
[ -d build ] || mkdir build