If the package is "runtime-something" rename into "something"

This commit is contained in:
bapt 2015-03-04 23:53:45 +00:00
parent d5e574aa2a
commit ebb6e9d03e

View File

@ -29,6 +29,7 @@
if (tags ~ /package=/) {
gsub(/package=/,"",tags);
gsub(/,/, "-", tags);
gsub(/runtime-/, "", tags);
pkg=tags
} else {
pkg=tags