aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nsh-plugin/README-build2
-rwxr-xr-xnsh-plugin/build.sh2
2 files changed, 2 insertions, 2 deletions
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