Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 33588 - mozilla-firebird-cvs-0.6-r2 doesn't set proper permissions
Summary: mozilla-firebird-cvs-0.6-r2 doesn't set proper permissions
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Low normal (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-16 02:12 UTC by Radoslaw Szkodzinski
Modified: 2004-02-15 08:37 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Radoslaw Szkodzinski 2003-11-16 02:12:25 UTC
Somebody has to fix them to get CVS Mozilla Firebird to work for user accounts.


Either these lines need to be added to src_install (this was tested and does work):

# fix broken permissions
chmod -R +r ${D}/usr/lib/MozillaFirebird
chmod -R +x ${D}/usr/lib/MozillaFirebird/defaults
chmod +x ${D}/usr/lib/MozillaFirebird/run-mozilla.sh

or maybe the cp line should be changed to (this wasn't tested):

# preserve permissions
cp -RL -p --no-preserve=links ${S}/dist/bin/* ${D}/usr/lib/MozillaFirebird
Comment 1 Radoslaw Szkodzinski 2003-12-09 14:07:53 UTC
This bug was actually caused by CVS (either program or server), but better safe than sorry...
Comment 2 Brad Laue (RETIRED) gentoo-dev 2004-02-15 08:37:33 UTC
firebird-cvs no longer in the tree