Hello
I have some trouble installing the last version of be
If I run "make install", be will be installed in with the base path $HOME/....
If I run "sudo python setup.py install", be is installed as system program
(/usr/bin/be and so on)
Looking around, I find that in the Makefile there are these lines:
---
#PREFIX = /usr/local
PREFIX = ${HOME}
INSTALL_OPTIONS = "--prefix=${PREFIX}"
---
This of course is the cause.
Now the question: there is a reason for this ?
bye
Gianluca
_______________________________________________
Be-devel mailing list
[email protected]
http://void.printf.net/cgi-bin/mailman/listinfo/be-devel