Show
Ignore:
Timestamp:
06/28/08 18:44:49 (5 months ago)
Author:
saurik
Message:

Multiple find.sh matches were being handled poorly.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/util/libtool.diff

    r199 r344  
    66          ;; 
    77-       *.la) lib="$deplib" ;; 
    8 +       *.la) lib="$("${PKG_BASE}/util/find.sh" "$deplib")" ;; 
     8+       *.la) lib="$("${PKG_BASE}/util/find.sh" "$deplib")"; lib="${lib%%:*}" ;; 
    99        *.$libext) 
    1010          if test "$pass" = conv; then