Changeset 731
- Timestamp:
- 04/15/08 07:27:43 (8 months ago)
- Files:
-
- branches/global-object/build.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/global-object/build.sh
r719 r731 45 45 46 46 echo "Patching chrome.manifest with jar ..." 47 sed -e \ 48 "/^content\|^skin\|^locale/s#\(.*\) chrome/\(.*\)#\1 jar:chrome/$GMNAME.jar!/\2#" \ 49 chrome.manifest > chrome.manifest.jar 47 sed -e "/^content/s#\(.*\) chrome/\(.*\)#\1 jar:chrome/$GMNAME.jar!/\2#" \ 48 -e "/^locale/s#\(.*\) chrome/\(.*\)#\1 jar:chrome/$GMNAME.jar!/\2#" \ 49 -e "/^skin/s#\(.*\) chrome/\(.*\)#\1 jar:chrome/$GMNAME.jar!/\2#" \ 50 chrome.manifest > chrome.manifest.jar 50 51 mv chrome.manifest.jar chrome.manifest 51 52
