If the package is "runtime-something" rename into "something"
This commit is contained in:
parent
d5e574aa2a
commit
ebb6e9d03e
@ -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