From: Keith Burns (alagalah) Date: Fri, 17 Jun 2016 13:28:10 +0000 (-0700) Subject: Build needs prefix else stuff goes in the wrong place X-Git-Tag: v16.09-rc0~14 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=4928fda10e118ac7eecc296d04b8c93f9078f369;p=nsh_sfc.git Build needs prefix else stuff goes in the wrong place Change-Id: I7e6c8ac8bf754ed9f88da7c691b21aef439993c5 Signed-off-by: Keith Burns (alagalah) --- diff --git a/nsh-plugin/README-build b/nsh-plugin/README-build index f67cb90..05814a9 100644 --- a/nsh-plugin/README-build +++ b/nsh-plugin/README-build @@ -1,6 +1,6 @@ autoreconf -i -f mkdir build cd build -../configure --with-plugin-toolkit +../configure --prefix /usr make sudo make install diff --git a/nsh-plugin/build.sh b/nsh-plugin/build.sh index 3aa0a39..613a136 100755 --- a/nsh-plugin/build.sh +++ b/nsh-plugin/build.sh @@ -2,6 +2,6 @@ autoreconf -i -f [ -d build ] || mkdir build cd build -../configure --with-plugin-toolkit +../configure --prefix /usr make sudo make install