If the package is "runtime-something" rename into "something"
This commit is contained in:
parent
f4da3de647
commit
eed8bc1862
@ -29,6 +29,7 @@
|
||||
if (tags ~ /package=/) {
|
||||
gsub(/package=/,"",tags);
|
||||
gsub(/,/, "-", tags);
|
||||
gsub(/runtime-/, "", tags);
|
||||
pkg=tags
|
||||
} else {
|
||||
pkg=tags
|
||||
|
Loading…
Reference in New Issue
Block a user