Changeset 1259 for pbibuild/modules/iexplorer5.5
- Timestamp:
- 01/28/08 06:54:45 (10 months ago)
- Location:
- pbibuild/modules/iexplorer5.5
- Files:
-
- 2 modified
-
overlay-dir/PBI.SetupScript.sh (modified) (1 diff)
-
pbi.conf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pbibuild/modules/iexplorer5.5/overlay-dir/PBI.SetupScript.sh
r984 r1259 69 69 chmod -R 777 /Programs/${PROGDIR}/ie55 70 70 chmod +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 71 USER=`who | grep :0 | cut -f 1 -d " "` 72 chown ${USER} /Programs/${PROGDIR}/ie55 79 73 echo "LAUNCHCLOSE: /usr/local/bin/iexplorer55" -
pbibuild/modules/iexplorer5.5/pbi.conf
r984 r1259 33 33 # Build Key - Change this to anything else to trigger a rebuild 34 34 # - The rebuild will take place even if port is still the same ver 35 BUILDKEY="0 2"35 BUILDKEY="03" 36 36 37 37 export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
