1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-08 20:04:13 +01:00

Ditch the bloody chrome registry.

This commit is contained in:
Kris Maglione
2011-01-13 16:04:32 -05:00
parent 203730ae62
commit 6fcd00e8ca
15 changed files with 122 additions and 101 deletions

View File

@@ -1,7 +1,9 @@
BEGIN {
chrome = "chrome"
if (suffix)
if (suffix) {
chrome = suffix
print "# Suffix: " suffix
}
}
{ content = $1 ~ /^(content|skin|locale|resource)$/ }
content && $NF ~ /^[a-z]/ { $NF = "/" name "/" $NF }