chicken & mono conflict

Both chicken & mono "languages" have the same file:
Code:
/usr/local/bin/csc
So both cannot be installed at the same time.
This is annoying. A simple rename on one of the two packages would fix it.
Is it possible to install in another dir so the conflict does not exist ?
 
pkg-install is missing a parameter "install-directory" in order to easily solve this.
Another alternative is install it in two different jails.
 
pkg is just a tar file with some json files that contain the package metadata
you can invent pkg-sed to hack various stuff inside a package (like prefix, name of the files it installs, etc) :)
 
Back
Top