Hello all,
In response to a previous thread, here what exactly happen:
I compile OCPN 3.0.0 on a VM (vitualbox) with ubuntu 10.04 (my system is in ubuntu 11.10) and make a deb package.
The problem I have is when I install the deb file on my target, every files create by the deb file have bad file right !
There are with this:
Owner: root
group: 1001
Owner: read and write
group: read and write
other: nothing
but they should have this :
owner: root
group: root
owner: read and write
groupe: read only
other: read only
I test to change manualy file right like that and every thing become ok!
(i have the shortcut in the start menu and I could launch OCPN)
I precise that to
work with my VM in 10.04 I share the directory where source files are installed, made a new directory: build_1004 and then compile and make package under the VM where I am login as normal user (not root).
I don't know if the problem come from my target (but untill now I was able to install OCPN without any problem) or from my deb file ...
So at this step I require the help of all super developer of this forum
(If necessary I could send my deb file.)
Thanks
Emmanuel