Your IP : 216.73.216.48
| Current Path : /var/adm/scripts/ |
|
|
| Current File : //var/adm/scripts/pkg-config-0.29.1-x86_64-2 |
# Break the /usr/share/pkgconfig symlinks, if it exists.
# Then move the .pc files to the standard location.
if [ -L usr/share/pkgconfig ]; then
rm usr/share/pkgconfig
mkdir -p usr/share/pkgconfig
grep usr/share/pkgconfig var/log/packages/* | grep '\.pc$' | cut -f 2 -d : | cut -f 4 -d / | while read movefile ; do
mv usr/lib64/pkgconfig/$movefile usr/share/pkgconfig 1> /dev/null 2> /dev/null
done
fi