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

This commit is contained in:
Baptiste Daroussin 2015-03-04 23:53:45 +00:00
parent f4da3de647
commit eed8bc1862
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/release-pkg/; revision=279606

View File

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