Dear friends,
Perhaps I already asked for this but I can't remember... ?
I used a Bastille jail to compile a foreign software that requires a couple GB of dependencies, so now that I got my binaries I copied the git directory into my home and destroyed the jail.
My question is can link/copy these binaries into, perhaps,
Perhaps I already asked for this but I can't remember... ?
I used a Bastille jail to compile a foreign software that requires a couple GB of dependencies, so now that I got my binaries I copied the git directory into my home and destroyed the jail.
I tried to bind my git directory to the jail but the compiler was unable to look for the upper system directories therefore I compiled directly into the Bastille jail.
My question is can link/copy these binaries into, perhaps,
~/.local/bin/
and making FreeBSD aware that those binaries exist? Maybe it is another directories? I am aware that I can create aliases, it is just for the sake of curiosity, thanks! ?