-
I like to build and install packages into my $HOME/.local folder so I can differentiate system packages from ones that I built myself. I'm looking at the lotus Makefile and I see that it hard codes the install PREFIX to /usr/local
Is there a reason for this? Would adding a patch for a PREFIX be a welcome addition? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
@Erotemic You can simply copy out the built binaries to any directory you like. There is no need to install it at all. |
Beta Was this translation helpful? Give feedback.
-
I am archiving this discussion as a feature request can be filed here. |
Beta Was this translation helpful? Give feedback.
@Erotemic You can simply copy out the built binaries to any directory you like. There is no need to install it at all.
Currently, install is tied to the systemd config and adding a prefix would over complicate things for new users. Experienced users can simply copy out the binaries after building them without installation.