FIXUPHACK 174 B

12345678
  1. LIBLTDL="`find usr/lib -maxdepth 1 -type f -name libltdl.so.* | head -n 1`"
  2. if [ "$LIBLTDL" ];then
  3. BASELTDL="`basename $LIBLTDL`"
  4. ln -s $BASELTDL usr/lib/libltdl.so.3
  5. fi