Skip to content

Commit

Permalink
Do not <em:unpack> nor JAR-ify.
Browse files Browse the repository at this point in the history
Fixes #1522
  • Loading branch information
arantius committed Jun 15, 2012
1 parent 82a5fc3 commit 6da437e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
14 changes: 0 additions & 14 deletions build.sh
Expand Up @@ -47,20 +47,6 @@ for entry in locale/*; do
fi
done

echo "Creating greasemonkey.jar ..."
sed \
-e "s/^content *\([^ ]*\) *\([^ ]*\)/content \1 jar:chrome\/greasemonkey.jar!\/\2/" \
-e "s/^skin *\([^ ]*\) *\([^ ]*\) *\([^ ]*\)/skin \1 \2 jar:chrome\/greasemonkey.jar!\/\3/" \
-e "s/^locale *\([^ ]*\) *\([^ ]*\) *\([^ ]*\)/locale \1 \2 jar:chrome\/greasemonkey.jar!\/\3/" \
chrome.manifest > tmp
cat tmp > chrome.manifest
rm tmp
find content skin locale | sort | \
zip -qr0D@ "greasemonkey.jar"
rm -fr content/ skin/ locale/
mkdir chrome
mv greasemonkey.jar chrome/

echo "Creating $GMXPI ..."
zip -qr9DX "../$GMXPI" *

Expand Down
2 changes: 0 additions & 2 deletions install.rdf
Expand Up @@ -11,9 +11,7 @@
<em:homepageURL>http://www.greasespot.net/</em:homepageURL>
<em:optionsURL>chrome://greasemonkey/content/options.xul</em:optionsURL>
<em:iconURL>chrome://greasemonkey/skin/icon32.png</em:iconURL>

<em:type>2</em:type>
<em:unpack>true</em:unpack>

<em:name>Greasemonkey</em:name>
<em:description>A User Script Manager for Firefox</em:description>
Expand Down

0 comments on commit 6da437e

Please sign in to comment.