From 9d4e9bf4e8db96ea5148f2a25ccda96c49a95913 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 14 Aug 2013 20:58:54 +0200 Subject: [debug] Add htop [setup_target] Make it possible to mark required binaries as optional by prefixing them with '@' --- remote/modules/debug/debug.build | 1 + 1 file changed, 1 insertion(+) (limited to 'remote/modules/debug/debug.build') diff --git a/remote/modules/debug/debug.build b/remote/modules/debug/debug.build index e791d347..c020181d 100644 --- a/remote/modules/debug/debug.build +++ b/remote/modules/debug/debug.build @@ -5,6 +5,7 @@ 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}" -- cgit v1.2.3-55-g7522