Changeset 731

Show
Ignore:
Timestamp:
04/15/08 07:27:43 (8 months ago)
Author:
oyasu..@gmail.com
Message:

Darwin compatibility fix. Actually also improves code readability, despite DRY.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/global-object/build.sh

    r719 r731  
    4545 
    4646echo "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 
     47sed -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 
    5051mv chrome.manifest.jar chrome.manifest 
    5152