I have 2 dependent packages who should be placed in the same target. Package B is dependent on package A.
Package A can be relocated to any another location. I now want package B forced to be placed in the same target as package A. Or simply, package B should not be able to install without the same --prefix.
Any ideas how to acieve this?
I thought of putting a %pre script to check this. But thats not helpful I think, since I can't read the given "prefix" in this script - or can I?
Thank you for your help!