summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-05 18:46:31 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-15 19:15:08 +0300
commit372a62149f310f42ebb72d79599e5aeaac8df197 (patch)
tree2f2e42bc31f4782f235e436a3187aadf57a26425
parentd8b0ae0c162f31f6e3b0d3e8bf7025ad16ee71a0 (diff)
downloadhercules-372a62149f310f42ebb72d79599e5aeaac8df197.tar.gz
hercules-372a62149f310f42ebb72d79599e5aeaac8df197.tar.bz2
hercules-372a62149f310f42ebb72d79599e5aeaac8df197.tar.xz
hercules-372a62149f310f42ebb72d79599e5aeaac8df197.zip
add install action at end of build script.
-rwxr-xr-xbuild.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 05d584aef..95d2eda2d 100755
--- a/build.sh
+++ b/build.sh
@@ -3,3 +3,4 @@
autoreconf
./configure --enable-sanitize --disable-lto --enable-packetver=20150000 --enable-debug=gdb
make -j3
+make install