059be41 Fix problem with genrb on F-12 and later

Authored and Committed by rmeggins 14 years ago
    Fix problem with genrb on F-12 and later
    It seems that icu-config --bindir on F-12 and later returns /usr/sbin which
    is not correct, or at least does not find genrb in /usr/bin - so changed
    the genrb_wrapper script to look first in specified bindir, then in PATH -
    this should allow it to work in those cases where we use a private ICU path,
    but will also let it fallback to PATH for other cases.
    
        
file modified
+4 -13