Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 46049 - mozilla-firefox-0.8-r2.ebuild symlink error
Summary: mozilla-firefox-0.8-r2.ebuild symlink error
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-28 17:15 UTC by antoine marmignon
Modified: 2004-03-28 20:22 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 antoine marmignon 2004-03-28 17:15:40 UTC
There's an error in mozilla-firefox-0.8-r2.ebuild on line 216 that causes the symlink not to be created:
dosym mozilla-launcher /usr/bin/firefox should read:
dosym /usr/bin/mozilla-launcher /usr/bin/firefox

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Aron Griffis (RETIRED) gentoo-dev 2004-03-28 20:11:37 UTC
No, that's wrong.  The target of the symlink is supposed to be relative, not absolute.  If this is a requirement of dosym then dosym is screwed.  Investigating.
Comment 2 Aron Griffis (RETIRED) gentoo-dev 2004-03-28 20:22:35 UTC
ok, fixed, was missing a dodir prior to dosym.  Thanks.