Closed gkr09 closed 6 years ago
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.
-32bit
patterns
i.e.:
patterns: - /usr/lib32
Thank You !
np :)
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 !