Changeset 1260 for pbibuild/modules/iexplorer6
- Timestamp:
- 01/28/08 06:55:17 (10 months ago)
- Location:
- pbibuild/modules/iexplorer6
- Files:
-
- 2 modified
-
overlay-dir/PBI.SetupScript.sh (modified) (1 diff)
-
pbi.conf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pbibuild/modules/iexplorer6/overlay-dir/PBI.SetupScript.sh
r985 r1260 69 69 chmod -R 777 /Programs/${PROGDIR}/ie6 70 70 chmod +x /Programs/${PROGDIR}/bin/iexplorer6 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}/ie6 79 73 echo "LAUNCHCLOSE: /usr/local/bin/iexplorer6" -
pbibuild/modules/iexplorer6/pbi.conf
r1188 r1260 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="1 4"35 BUILDKEY="15" 36 36 37 37 export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
