You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we can specify basic installation directories such as docdirlibdir and such.
At exherbo, eveything arch-related go inside /usr/<arch> and everything not arch-related goes directly nside /usr.
Setting prefix to /usr/<arch> and then docdir to /usr/share/doc makes it mostly work, but cargo installs its completion inside /usr/<arch>/etc/ and /usr/<arch>/share which we don't want.
I have some work in progress here and there for adding support for bindir and sysconfdir. This would allow us to set prefix to /usr and sysconfdir to /etc (which I actually made the default as this is probably what most people want, it's currently in prefix/etc).
Update of the installer submodule is missing in my rust branch as I was waiting for the pull request to get merged before doing so.
The text was updated successfully, but these errors were encountered:
rustbuild: add support for --bindir and --sysconfdir
This depends on rust-lang/rust-installer#59 and we'll need to udpate the rust-installer submodule once it gets merged for it to work
Fixes#41644
Currently we can specify basic installation directories such as
docdir
libdir
and such.At exherbo, eveything arch-related go inside
/usr/<arch>
and everything not arch-related goes directly nside/usr
.Setting prefix to
/usr/<arch>
and thendocdir
to/usr/share/doc
makes it mostly work, but cargo installs its completion inside/usr/<arch>/etc/
and/usr/<arch>/share
which we don't want.I have some work in progress here and there for adding support for
bindir
andsysconfdir
. This would allow us to set prefix to/usr
and sysconfdir to/etc
(which I actually made the default as this is probably what most people want, it's currently inprefix/etc
).Update of the installer submodule is missing in my rust branch as I was waiting for the pull request to get merged before doing so.
The text was updated successfully, but these errors were encountered: