diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-11-05 18:46:31 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-11-15 19:15:08 +0300 |
commit | 372a62149f310f42ebb72d79599e5aeaac8df197 (patch) | |
tree | 2f2e42bc31f4782f235e436a3187aadf57a26425 | |
parent | d8b0ae0c162f31f6e3b0d3e8bf7025ad16ee71a0 (diff) | |
download | hercules-372a62149f310f42ebb72d79599e5aeaac8df197.tar.gz hercules-372a62149f310f42ebb72d79599e5aeaac8df197.tar.bz2 hercules-372a62149f310f42ebb72d79599e5aeaac8df197.tar.xz hercules-372a62149f310f42ebb72d79599e5aeaac8df197.zip |
add install action at end of build script.
-rwxr-xr-x | build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,3 +3,4 @@ autoreconf ./configure --enable-sanitize --disable-lto --enable-packetver=20150000 --enable-debug=gdb make -j3 +make install |