Fix naming inconsistency with lib32 debug packages.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2016-02-01 18:50:52 +00:00
parent 45ccd77b60
commit 750e7eb5dc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/release-pkg/; revision=295127
6 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
gsub(/package=/, "", pkgname)
} else if (a[i] == "config") {
type="config"
} else if (a[i] == "development" || a[i] == "profile") {
} else if (a[i] == "development" || a[i] == "profile" || a[i] == "debug") {
pkgend=a[i]
} else {
if (ext != "")