My application uses sites. Concretely, when the program runs it copies the contents of the site to an output folder. When running the program in a cram test, I am encountering broken symlinks:
$ forester build
+ Success!
$ file output/tree.xsl
+ output/tree.xsl: broken symbolic link to ../../../../../../default/bin/forester/theme/tree.xsl
I already tried configuring dune’s sandboxing behavior to no avail.
What can I do to make this work?