Not request root access to install
CristianCardosoArellano opened this issue · comments
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.