|
|
2010-02-28
, 18:46
|
|
|
Posts: 122 |
Thanked: 135 times |
Joined on Dec 2009
@ Helsinki
|
#2
|
and /etc/init.d to 755; most othere 644 (some 444).
I have created a Qt-project with madde, (mad pscreate -t qt_simple projname) and when I run:
mad qmake && mad make && mad dpkg-buildpackage everything seems to work as it should, except for the permissions part.
Looking at the debian/projname/opt/projname/bin/ it clearly shows that my file permissions for the executable are correct (755), but when I look into the .deb -file, (with midnight commander), it on the other hand shows clearly that the permissions are incorrect (644). And therefore when I install the package on N900, it won't be executable by default as it should and I have to manually set the permissions.
Already checked that there is nothing anywhere that states that the permissions for binary should be 644. So yeah, is this happening to others?
I am running 64bit linux on my desktop where I madded the package.