FIXUPHACK 450 B

12345678
  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
  6. [ -h usr/lib/libpcre.so.1 ] && ln -snf libpcre.so.1 usr/lib/libpcre.so.0