FIXUPHACK 185 B

1234567
  1. if [ ! -e usr/lib/libao.so.2 ];then
  2. LIBAOEXIST="`find usr/lib -maxdepth 1 -name 'libao.so.*' | head -n 1`"
  3. LIBAOBASE="`basename $LIBAOEXIST`"
  4. ln -s $LIBAOBASE usr/lib/libao.so.2
  5. fi