diff options
| author | Jonathan Bauer | 2013-03-01 18:19:08 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2013-03-01 18:19:08 +0100 |
| commit | 730349be3b4cbc9451c3f85a030bbf437811c5f8 (patch) | |
| tree | 00ec90241575a42ffc81ee43c60462194fb1ec3f /remote | |
| parent | use tarcopy in setup_tools (diff) | |
| download | tm-scripts-730349be3b4cbc9451c3f85a030bbf437811c5f8.tar.gz tm-scripts-730349be3b4cbc9451c3f85a030bbf437811c5f8.tar.xz tm-scripts-730349be3b4cbc9451c3f85a030bbf437811c5f8.zip | |
unneeded mkdir, tarcopy takes care of that now
Diffstat (limited to 'remote')
| -rw-r--r-- | remote/tools/base/base.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/remote/tools/base/base.build b/remote/tools/base/base.build index 49f44ceb..afa82662 100644 --- a/remote/tools/base/base.build +++ b/remote/tools/base/base.build @@ -6,7 +6,6 @@ fetch_source() { build() { BUILDDIR="${TOOL_DIR}/${TOOL}/build" - mkdir -p "${BUILDDIR}" FILELIST="list_binaries_and_files" [ -e "${FILELIST}" ] && rm "${FILELIST}" |
