summaryrefslogtreecommitdiffstats
path: root/source/d/pkg-config/doinst.sh
blob: c8adcd317c9d88e05871bd256769943cf1f49627 (plain) (blame)
1
2
3
4
5
6
if [ ! -L usr/share/pkgconfig ]; then
  mkdir -p usr/lib/pkgconfig 2> /dev/null
  mv usr/share/pkgconfig/* usr/lib/pkgconfig 2> /dev/null
  rmdir usr/share/pkgconfig 2> /dev/null
  ( cd usr/share ; ln -sf ../lib/pkgconfig . 2> /dev/null )
fi