mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-02 12:20:51 +00:00
Fix naming inconsistency with lib32 debug packages.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
45ccd77b60
commit
750e7eb5dc
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/projects/release-pkg/; revision=295127
@ -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 != "")
|
||||
|
Loading…
Reference in New Issue
Block a user