-
Notifications
You must be signed in to change notification settings - Fork 34
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
Fix user home detection #141
Comments
Bon après investigation, le problème du sudo venait d'ailleurs. je rollback |
Le détecter avant git push eût été l'idéal ;-) |
c'est pour ça qu'on utilise des branches, pour rollback easy ! Romain DEROCLE On Tue, Jul 29, 2014 at 4:33 PM, Geoffroy Aubry notifications@github.com
|
When the install is itself included in another script, the user home detection fails and we lose the user information.
We have to use logname instead.
The same problem comes when we want to clean.
Add "sudo" in front of clean command (in install_executable function)Add "sudo" in front of link command (in install_executable function)The text was updated successfully, but these errors were encountered: