From 249e951ce236e3bbeb32b5a943215524a81f42f2 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Tue, 25 Mar 2014 16:05:27 +0100 Subject: woopsie, the return ;) --- remote/modules/debug/debug.build | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 remote/modules/debug/debug.build (limited to 'remote/modules/debug/debug.build') 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() { - : -} -- cgit v1.2.3-55-g7522