1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-05-07 19:42:57 +02: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
+3 -1
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 }