Changeset 633

Show
Ignore:
Timestamp:
01/19/08 21:05:10 (11 months ago)
Author:
boo..@youngpup.net
Message:

Remove seamonkey stuff from build.sh, which was causing errors.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/build.sh

    r585 r633  
    5151        install.rdf 
    5252 
    53 replace 'const APP_VERSION =.*' \ 
    54         'const APP_VERSION = "'$GMVER'";' \ 
    55         install.js 
    56  
    57 # sets up available locales for seamonkey 
    58 replace 'const APP_LOCALES =.*;' \ 
    59         'const APP_LOCALES = [ '$GMLOC' ];' \ 
    60         install.js 
    61  
    6253find . -name '.svn' -prune -or -name '.DS_Store' -or -name '*~' -or -name '#*' \ 
    6354  -or -print | zip -9X -@ "$GMXPI"