Changeset 2658 for pbibuild/modules
- Timestamp:
- 08/27/08 10:02:39 (3 months ago)
- Location:
- pbibuild/modules/winfirefox3
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
pbibuild/modules/winfirefox3/build.sh
r2210 r2658 10 10 ############################################################################## 11 11 12 # Save the right version number in the removepbi.shscript13 sed -e "s,CHANGEME, WinFirefox3${PORTVER},g" ${PBIDIR}/bin/winfirefox3 > /tmp/winfirefox14 mv /tmp/winfirefox ${PBIDIR}/bin/winfirefox312 # Save the right version number in the winfirefox3 script 13 sed -e "s,CHANGEME,${PORTVER},g" ${PBIDIR}/bin/winfirefox3 > /tmp/winfirefox3 14 mv /tmp/winfirefox3 ${PBIDIR}/bin/winfirefox3 15 15 chmod 755 ${PBIDIR}/bin/winfirefox3 -
pbibuild/modules/winfirefox3/overlay-dir/bin/winfirefox3
r2323 r2658 1 1 #!/bin/sh 2 PROGDIR="WinFirefox31.1.1" 2 VER="CHANGEME" 3 PROGDIR="WinFirefox3${VER}" 3 4 cd 4 5 export WINEPREFIX="/Programs/${PROGDIR}/WINFF" -
pbibuild/modules/winfirefox3/pbi.conf
r2323 r2658 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)
