pkgbase: remove more profile package leftovers
As of r356797 we don't produce profile packages. r358549 removed one remnant of profile package support; clean up another now.
This commit is contained in:
parent
a82d25d731
commit
af5319f92c
@ -41,7 +41,7 @@
|
||||
gsub(/package=/, "", pkgname)
|
||||
} else if (a[i] == "config") {
|
||||
type="config"
|
||||
} else if (a[i] == "development" || a[i] == "profile" || a[i] == "debug" || a[i] == "docs") {
|
||||
} else if (a[i] == "development" || a[i] == "debug" || a[i] == "docs") {
|
||||
pkgend=a[i]
|
||||
} else {
|
||||
if (ext != "")
|
||||
|
Loading…
Reference in New Issue
Block a user