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

Fix the modules path in the xpi chrome.manifests

This commit is contained in:
Daniel Bainton
2008-12-04 10:03:45 +02:00
parent 91f8e8d2a4
commit 2422c97e61

View File

@@ -5,7 +5,7 @@ content {
$NF = "jar:chrome/" name ".jar!" $NF
}
{
sub("^\\.\\./liberator/", "", $NF)
sub("^\\.\\./common/", "", $NF)
print
}