Changeset 2658 for pbibuild/modules

Show
Ignore:
Timestamp:
08/27/08 10:02:39 (3 months ago)
Author:
kris
Message:

Fixed this port to automatically adjust the executable version

Location:
pbibuild/modules/winfirefox3
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • pbibuild/modules/winfirefox3/build.sh

    r2210 r2658  
    1010############################################################################## 
    1111 
    12 # Save the right version number in the removepbi.sh script 
    13 sed -e "s,CHANGEME,WinFirefox3${PORTVER},g" ${PBIDIR}/bin/winfirefox3 > /tmp/winfirefox 
    14 mv /tmp/winfirefox ${PBIDIR}/bin/winfirefox3 
     12# Save the right version number in the winfirefox3 script 
     13sed -e "s,CHANGEME,${PORTVER},g" ${PBIDIR}/bin/winfirefox3 > /tmp/winfirefox3 
     14mv /tmp/winfirefox3 ${PBIDIR}/bin/winfirefox3 
    1515chmod 755 ${PBIDIR}/bin/winfirefox3 
  • pbibuild/modules/winfirefox3/overlay-dir/bin/winfirefox3

    r2323 r2658  
    11#!/bin/sh 
    2 PROGDIR="WinFirefox31.1.1" 
     2VER="CHANGEME" 
     3PROGDIR="WinFirefox3${VER}" 
    34cd 
    45export WINEPREFIX="/Programs/${PROGDIR}/WINFF" 
  • pbibuild/modules/winfirefox3/pbi.conf

    r2323 r2658  
    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="12" 
     35BUILDKEY="02" 
    3636 
    3737# Don't build this PBI on certian processors (i386 / amd64)