1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-18 05:15:46 +01:00

Don't jar up content in the XPI anymore.

This commit is contained in:
Kris Maglione
2010-12-23 15:43:59 -05:00
parent 702b4ff340
commit 5a51f53a74
5 changed files with 40 additions and 33 deletions

View File

@@ -2,7 +2,10 @@
content && $NF ~ /^[a-z]/ { $NF = "/" name "/" $NF }
content {
sub(/^\.\./, "", $NF);
$NF = "jar:chrome/" name ".jar!" $NF
if (isjar)
$NF = "jar:chrome/" name ".jar!" $NF
else
$NF = "chrome" $NF
}
{
sub("^\\.\\./common/", "", $NF)