FIXUPHACK 377 B

1234567
  1. #if the pkg created in packages-woof has something wrong, this file is a last
  2. #resort to fix it. Current-dir is where this file FIXUPHACK is located.
  3. [ -e lib/libpcre.so.3 ] && ln -snf libpcre.so.3 lib/libpcre.so.0
  4. [ -e usr/lib/libpcre.so.3 ] && ln -snf libpcre.so.3 usr/lib/libpcre.so.0
  5. [ -e usr/lib/libpcreposix.so.3 ] && ln -snf libpcreposix.so.3 usr/lib/libpcreposix.so.0