Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 33588

Summary: mozilla-firebird-cvs-0.6-r2 doesn't set proper permissions
Product: Gentoo Linux Reporter: Radoslaw Szkodzinski <astralstorm>
Component: Current packagesAssignee: Mozilla Gentoo Team <mozilla>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Low    
Version: 1.4   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

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