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:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user