<div dir="ltr"><div>Sry for polluting the mailing list, but I'm a little desperate. I'm trying to learn how to build a flatpak package and went through the Introduction and most of the documentation. <br></div><div><br></div><div>I want to build a flatpak around a java binary I have no control over. The binary must be installed. Thus I use a build command like: <br></div><div><br></div><div>"build-commands": [<br>                "./binary.bin /path/to/install/to"<br>]</div><div><br></div><div>The java env is working fine, however the binary *only* allows to install into a path that starts with /home/.... <br></div><div>How can I make this work? As passing /app/bin as path, like in the tutorial, wont work.</div><div>Obviously I don't really want it to install into the home folder, but just somewhere into the package itself. Thus I would need a way to create a temporary home folder, link between the new home and the /app folder and hopefully it will work.</div><div><br></div><div>All my best</div><div>Malte<br></div></div>