summaryrefslogtreecommitdiffstats
path: root/functions
diff options
context:
space:
mode:
authorTobias Powalowski <tobias@T-POWA-LX.(none)>2009-05-23 15:23:59 +0200
committerTobias Powalowski <tobias@T-POWA-LX.(none)>2009-05-23 15:23:59 +0200
commitc420367da1a6788ea1429166e06e3149d894559b (patch)
treeae004550c1624b9b7955268d9469dcdaf4d6800b /functions
parentf6f428f05a3f7ee4fd915d22e9e6fb26adfa87c6 (diff)
downloadmkinitcpio-c420367da1a6788ea1429166e06e3149d894559b.tar.gz
mkinitcpio-c420367da1a6788ea1429166e06e3149d894559b.tar.xz
'added symlinks to add_binary fixes #7999'
Diffstat (limited to 'functions')
-rw-r--r--functions2
1 files changed, 1 insertions, 1 deletions
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