solus-project / solbuild

The Solus package build system

Home Page:https://solus-project.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Solbuild seperates lib32 into another package

gkr09 opened this issue · comments

Hi !
I was building a package that contains certain binary blobs that needs to be present in /usr/lib32
But when building, solbuild seperates the lib32 folder into another package (packagename-32bit)
Anyway to change this behaviour ?
Thanks !

This isn't a solbuild issue its a ypkg one. By default -32bit is split out. You can use patterns to override that behavior.

i.e.:

patterns:
    - /usr/lib32

Thank You !

np :)