Changeset 2659 for pbibuild/modules
- Timestamp:
- 08/27/08 10:05:29 (3 months ago)
- Location:
- pbibuild/modules/winfirefox2
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
pbibuild/modules/winfirefox2/build.sh
r2254 r2659 10 10 ############################################################################## 11 11 12 # Save the right version number in the removepbi.shscript13 sed -e "s,CHANGEME, WinFirefox2${PORTVER},g" ${PBIDIR}/bin/winfirefox > /tmp/winfirefox14 mv /tmp/winfirefox ${PBIDIR}/bin/winfirefox15 chmod 755 ${PBIDIR}/bin/winfirefox 12 # Save the right version number in the winfirefox3 script 13 sed -e "s,CHANGEME,${PORTVER},g" ${PBIDIR}/bin/winfirefox2 > /tmp/winfirefox2 14 mv /tmp/winfirefox2 ${PBIDIR}/bin/winfirefox2 15 chmod 755 ${PBIDIR}/bin/winfirefox2 -
pbibuild/modules/winfirefox2/overlay-dir/bin/winfirefox2
r2322 r2659 1 1 #!/bin/sh 2 PROGDIR="WinFirefox21.1.1" 2 VER="CHANGEME" 3 PROGDIR="WinFirefox2${VER}" 3 4 cd 4 5 export WINEPREFIX="/Programs/${PROGDIR}/WINFF" -
pbibuild/modules/winfirefox2/pbi.conf
r2322 r2659 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=" 12"35 BUILDKEY="02" 36 36 37 37 # Don't build this PBI on certian processors (i386 / amd64)
