summaryrefslogtreecommitdiffstats
path: root/remote/modules/debug/debug.build
diff options
context:
space:
mode:
authorJonathan Bauer2014-03-25 16:05:27 +0100
committerJonathan Bauer2014-03-25 16:05:27 +0100
commit249e951ce236e3bbeb32b5a943215524a81f42f2 (patch)
treee7538724066c4a0330f2e6588e956680613bff57 /remote/modules/debug/debug.build
parent[consolekit] woops, delete old files (diff)
downloadtm-scripts-249e951ce236e3bbeb32b5a943215524a81f42f2.tar.gz
tm-scripts-249e951ce236e3bbeb32b5a943215524a81f42f2.tar.xz
tm-scripts-249e951ce236e3bbeb32b5a943215524a81f42f2.zip
woopsie, the return ;)
Diffstat (limited to 'remote/modules/debug/debug.build')
-rw-r--r--remote/modules/debug/debug.build20
1 files changed, 0 insertions, 20 deletions
diff --git a/remote/modules/debug/debug.build b/remote/modules/debug/debug.build
deleted file mode 100644
index c020181d..00000000
--- a/remote/modules/debug/debug.build
+++ /dev/null
@@ -1,20 +0,0 @@
-fetch_source() {
- :
-}
-
-build() {
-
- for BIN in $REQUIRED_BINARIES; do
- [[ "$BIN" == @* ]] && BIN=$(echo "$BIN" | cut -c 2-)
- BIN_LOCATION=$(which ${BIN})
- if [ ! -z ${BIN_LOCATION} -a -e ${BIN_LOCATION} ]; then
- tarcopy "$(get_link_chain ${BIN_LOCATION})" "${MODULE_BUILD_DIR}"
- else
- pwarning "'${BIN}' not found on the system."
- fi
- done
-}
-
-post_copy() {
- :
-}