toolbox
toolbox copied to clipboard
Not request root access to install
I would like to add the ability to configure the install location without requesting root/sudo access.
Something like:
./configure --prefix=/usr/local/bin/vapor
You should be able to do make install /usr/local/bin/vapor
Not sure if this has changed in the last 7 months, but when I run the proposed make command:
make: *** No rule to make target '/usr/local/bin/vapor'. Stop.
@fpseverino I might bump this to you - we should definitely try and resurrect #393 and make sure the Makefile is good
I got it working (inside a swift:6.0-noble container) using
make install DEST=/whatever/you/want
We should probably add a flag to the Makefile so that it doesn't use the sudo command as this won't be desirable in all scenarios