From c420367da1a6788ea1429166e06e3149d894559b Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sat, 23 May 2009 15:23:59 +0200 Subject: 'added symlinks to add_binary fixes #7999' --- functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions b/functions index f6efc48..38bf6bf 100644 --- a/functions +++ b/functions @@ -189,7 +189,7 @@ add_binary () msg " adding '${type}' script, ensure proper interp exists..." add_file "${bin}" ${dest} ;; - *executable*|*shared\ object*) + *executable*|*shared\ object*|*symbolic\ link*) add_file "${bin}" ${dest} #note, this will also handle 'not a dynamic executable' spit out by # static binaries... the deps will produce nothing -- cgit v1.2.3-24-g4f1b