pkgbase: Do record dependency on non-existent libelftc package

libelftc is an internal lib so it's never installed.
When building with WITH_MANSPLITPKG=yes the libelftc-man package
will have a dependecy on a non-existent libelftc package.

Sponsored by:	Beckhoff Automation GmbH & Co. KG
This commit is contained in:
Emmanuel Vadot 2023-01-05 23:38:14 +01:00
parent 5391bcf0f7
commit 65fa2fd23b

View file

@ -68,6 +68,10 @@ main() {
outname=${outname%%-lib32_dev}
_descr="32-bit Libraries, Development Files"
;;
libelftc-man)
outname=${outname%%-dev}
_descr="Development Files"
;;
utilities)
uclfile="${uclfile}"