Hi Bruno,
I think it's a bad idea. "/usr/local" is the good path for linux/ubuntu
when you manualy install software (make; make install).
And /usr is the good path for deb packages only.
Notice that with harbour you can build your own ubuntu package :
$ /path/to/harbour
$ fakeroot sh mpkg_deb.sh
and install it :
$ sudo dpkg -i ../harbour*deb
Now harbour use /usr
My 2c,
Guy
Bruno Luciani a écrit :
I try to set HB_INSTALL_PREFIX using
export HB_INSTALL_PREFIX=/usr
But when I execute , make install the target is /usr/local and this
path is wrong
for UBUNTU
Any Idea ?
Bruno
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour