Changeset 633
- Timestamp:
- 01/19/08 21:05:10 (11 months ago)
- Files:
-
- trunk/src/build.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/build.sh
r585 r633 51 51 install.rdf 52 52 53 replace 'const APP_VERSION =.*' \54 'const APP_VERSION = "'$GMVER'";' \55 install.js56 57 # sets up available locales for seamonkey58 replace 'const APP_LOCALES =.*;' \59 'const APP_LOCALES = [ '$GMLOC' ];' \60 install.js61 62 53 find . -name '.svn' -prune -or -name '.DS_Store' -or -name '*~' -or -name '#*' \ 63 54 -or -print | zip -9X -@ "$GMXPI"
