base-files: also apply r36107 to files.old

Signed-off-by: Florian Fainelli <florian@openwrt.org>

SVN-Revision: 36112
This commit is contained in:
Florian Fainelli
2013-03-23 12:44:10 +00:00
parent 6fa1b5346e
commit 513de712f9
2 changed files with 3 additions and 3 deletions

View File

@@ -21,8 +21,8 @@ install_bin() { # <file> [ <symlink> ... ]
files=$1
[ -x "$src" ] && files="$src $(libs $src)"
install_file $files
[ -e /lib/ld-linux.so.3 ] && {
install_file /lib/ld-linux.so.3
[ -e /lib/ld.so.1 ] && {
install_file /lib/ld.so.1
}
shift
for link in "$@"; do {