Build needs prefix else stuff goes in the wrong place 22/1622/2
authorKeith Burns (alagalah) <[email protected]>
Fri, 17 Jun 2016 13:28:10 +0000 (06:28 -0700)
committerKeith Burns <[email protected]>
Sat, 18 Jun 2016 00:26:45 +0000 (00:26 +0000)
Change-Id: I7e6c8ac8bf754ed9f88da7c691b21aef439993c5
Signed-off-by: Keith Burns (alagalah) <[email protected]>
nsh-plugin/README-build
nsh-plugin/build.sh

index f67cb90..05814a9 100644 (file)
@@ -1,6 +1,6 @@
 autoreconf -i -f
 mkdir build
 cd build
-../configure --with-plugin-toolkit
+../configure --prefix /usr
 make
 sudo make install
index 3aa0a39..613a136 100755 (executable)
@@ -2,6 +2,6 @@
 autoreconf -i -f
 [ -d build ] ||  mkdir build
 cd build
-../configure --with-plugin-toolkit
+../configure --prefix /usr
 make
 sudo make install