pkg_lint_summary: output PKGPATH and PKGNAME separated by SPC, not colon

This commit is contained in:
Aleksey Cheusov 2010-03-01 19:35:16 +00:00 committed by Thomas Klausner
parent 7f9d70904e
commit 2f3f6265c2

View file

@ -77,7 +77,7 @@ opt_l {
provides2pkg [provides1] = 1
}
if (NF == 0){
pkg = (pkgpath ":" pkgname)
pkg = (pkgpath " " pkgname)
for (i=1; i <= requires_cnt; ++i){
# print "r:", requires [i], pkg
req = requires [i]