Your IP : 216.73.216.48


Current Path : /hdd/hdd11/log/scripts/
Upload File :
Current File : //hdd/hdd11/log/scripts/libgpod-0.8.3-x86_64-2

# Ensure sane /tmp permissions which may have been set incorrectly due
# to a packaging problem caused by a DESTDIR bug in libgpod-0.8.0.
# Eventually, it will be safe to remove this, but the package contained
# a wrong permissions /tmp for less than a day, only in -current.

if grep -wq tmp/ var/log/packages/libgpod-* ; then
  chmod 1777 tmp
fi

( cd usr/lib64 ; rm -rf libgpod.so.4 )
( cd usr/lib64 ; ln -sf libgpod.so.4.3.2 libgpod.so.4 )
( cd usr/lib64 ; rm -rf libgpod.so )
( cd usr/lib64 ; ln -sf libgpod.so.4.3.2 libgpod.so )