diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-24 16:16:00 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-24 16:16:00 -0300 |
commit | df54c7f8cb5ad5ccd4c403914e3479e4707f7d44 (patch) | |
tree | 76b3222938a3992cb7f7483045a7425766391abd | |
parent | a8c2f93472314b1f7fe48115fd50b4f8bcab13a9 (diff) | |
download | tools-df54c7f8cb5ad5ccd4c403914e3479e4707f7d44.tar.gz tools-df54c7f8cb5ad5ccd4c403914e3479e4707f7d44.tar.bz2 tools-df54c7f8cb5ad5ccd4c403914e3479e4707f7d44.tar.xz tools-df54c7f8cb5ad5ccd4c403914e3479e4707f7d44.zip |
rebuild.sh: Build without trying to apply patches
-rwxr-xr-x | localserver/rebuild.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/localserver/rebuild.sh b/localserver/rebuild.sh new file mode 100755 index 0000000..0c8aae3 --- /dev/null +++ b/localserver/rebuild.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env bash + +export DIR=`pwd` + +# Skip patches applications + +./checktime.sh +source ./clean.sh +./build.sh old > /dev/null |