Show
Ignore:
Timestamp:
01/28/08 06:54:45 (10 months ago)
Author:
gonzalo
Message:

Chown problem fixed

Location:
pbibuild/modules/iexplorer5.5
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • pbibuild/modules/iexplorer5.5/overlay-dir/PBI.SetupScript.sh

    r984 r1259  
    6969chmod -R 777 /Programs/${PROGDIR}/ie55 
    7070chmod +x /Programs/${PROGDIR}/bin/iexplorer55 
    71 cd /home 
    72 for i in `ls` 
    73 do 
    74   mkdir ${i}/.wine >/dev/null 2>/dev/null 
    75   tar xvf /Programs/${PROGDIR}/dotwine.tar -C ${i}/.wine/ 
    76   chown -R ${i}:${i} ${i}/.wine 
    77 done 
    78  
     71USER=`who | grep :0 | cut -f 1 -d " "` 
     72chown ${USER} /Programs/${PROGDIR}/ie55 
    7973echo "LAUNCHCLOSE: /usr/local/bin/iexplorer55" 
  • pbibuild/modules/iexplorer5.5/pbi.conf

    r984 r1259  
    3333# Build Key - Change this to anything else to trigger a rebuild  
    3434#           - The rebuild will take place even if port is still the same ver 
    35 BUILDKEY="02" 
     35BUILDKEY="03" 
    3636 
    3737export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY