Changeset 2659

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

Fixed winfirefox2 to also update the wine version during the build

Location:
pbibuild/modules/winfirefox2
Files:
3 modified

Legend:

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

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

    r2322 r2659  
    11#!/bin/sh 
    2 PROGDIR="WinFirefox21.1.1" 
     2VER="CHANGEME" 
     3PROGDIR="WinFirefox2${VER}" 
    34cd 
    45export WINEPREFIX="/Programs/${PROGDIR}/WINFF" 
  • pbibuild/modules/winfirefox2/pbi.conf

    r2322 r2659  
    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)