diff options
author | Tobias Powalowski <tobias@T-POWA-LX.(none)> | 2009-05-23 15:23:59 +0200 |
---|---|---|
committer | Tobias Powalowski <tobias@T-POWA-LX.(none)> | 2009-05-23 15:23:59 +0200 |
commit | c420367da1a6788ea1429166e06e3149d894559b (patch) | |
tree | ae004550c1624b9b7955268d9469dcdaf4d6800b /functions | |
parent | f6f428f05a3f7ee4fd915d22e9e6fb26adfa87c6 (diff) | |
download | mkinitcpio-c420367da1a6788ea1429166e06e3149d894559b.tar.gz mkinitcpio-c420367da1a6788ea1429166e06e3149d894559b.tar.xz |
'added symlinks to add_binary fixes #7999'
Diffstat (limited to 'functions')
-rw-r--r-- | functions | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |