solus-project / solbuild

The Solus package build system
https://solus-project.com/
Apache License 2.0
81 stars 12 forks source link

Solbuild seperates lib32 into another package #17

Closed gkr09 closed 6 years ago

gkr09 commented 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 !

ikeydoherty commented 6 years ago

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
gkr09 commented 6 years ago

Thank You !

ikeydoherty commented 6 years ago

np :)