-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
install.sh verify-install step does not honor ${CFG_DESTDIR} #15
Comments
Thanks for the report! I'm spending some time on rust-installer this week and will try to get this fixed soon. |
Fix is on my 'next' branch. Will take a week or two to find its way into rust. |
|
I was running |
At install-template.sh:724-725, the script tries to run the binaries without taking in consideration the destination dir.
Thus, running
make DESTDIR=… install
will always fail. I also couldn't find a--disable-verify-install
switch tomake install
, as the error message says.As an aside, the comment above that block also needs changing.
The text was updated successfully, but these errors were encountered: