aboutsummaryrefslogtreecommitdiffstats
path: root/nsh-plugin/build.sh
diff options
context:
space:
mode:
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 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