summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-05 18:46:31 +0300
committerAndrei Karas <akaras@inbox.ru>2015-08-05 17:46:57 +0300
commitd4b7ce30ffb7f41b01af2883ee80d011cb3ca0c6 (patch)
tree9b9496417e92baa22a66d03fd4d1506002469ec9
parent6e798d4995a98a4782b3252cf7063ce0766c02e8 (diff)
downloadhercules-d4b7ce30ffb7f41b01af2883ee80d011cb3ca0c6.tar.gz
hercules-d4b7ce30ffb7f41b01af2883ee80d011cb3ca0c6.tar.bz2
hercules-d4b7ce30ffb7f41b01af2883ee80d011cb3ca0c6.tar.xz
hercules-d4b7ce30ffb7f41b01af2883ee80d011cb3ca0c6.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