summaryrefslogtreecommitdiffstats
path: root/remote/tools/base/base.build
diff options
context:
space:
mode:
authorJonathan Bauer2013-03-01 18:19:08 +0100
committerJonathan Bauer2013-03-01 18:19:08 +0100
commit730349be3b4cbc9451c3f85a030bbf437811c5f8 (patch)
tree00ec90241575a42ffc81ee43c60462194fb1ec3f /remote/tools/base/base.build
parentuse tarcopy in setup_tools (diff)
downloadtm-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/tools/base/base.build')
-rw-r--r--remote/tools/base/base.build1
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}"