12 Jan
2021
12 Jan
'21
08:34
On 1/6/21 4:44 PM, Dr.-Ing. Dieter Jurzitza wrote:
Dear listmembers, I am maintaining an application where I have to run two subsequent compilation processes to care for different screen resolutions.
Now, here is my question: I have to apply a patch after the completion of th first compilation and after moving the first binary apart. Unfortunately I cannot do that from the very begin.
Make 3 different binary packages. One for each resolution and then the common one (the current binary package) that depends on the 2 special cases. The user just installs the main one and pulls in the 2 special cases. Maybe you can use _multibuild for various @BUILD_FLAVOR@ You could also name the actual package so we don't have to guess. - Adam