X-Git-Url: https://git.donarmstrong.com/dactyl.git?a=blobdiff_plain;f=common%2Fprocess_manifest.awk;h=3844834447908052febfaf9e2f78ef137c7cc942;hb=247daf849abc85f4cfb10fa358c62c8daf8db95b;hp=4abfceefa0c549488f3471a4ce8a77fc2307439a;hpb=354a049cce8415487552ce405cce167b7071fe1f;p=dactyl.git diff --git a/common/process_manifest.awk b/common/process_manifest.awk index 4abfcee..3844834 100644 --- a/common/process_manifest.awk +++ b/common/process_manifest.awk @@ -3,8 +3,12 @@ BEGIN { if (suffix) chrome = suffix } + { content = $1 ~ /^(content|skin|locale|resource)$/ } -content && $NF ~ /^[a-z]|^\.\// { $NF = "/" name "/" $NF } + +content && $NF ~ /^([a-z]|\.\/)/ { + $NF = "/" name "/" $NF +} content { sub(/^\.\./, "", $NF); if (isjar)