#1033 closed defect (fixed)
/usr/bin/defaults
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | high | Milestone: | |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
We should patch or pass a configure option to Firefox, Thunderbird and Mozilla so they install this directory in their respective /usr/lib subdirectories. Otherwise there could be conflicts if they are all installed in the /usr hierarchy. The current state could also be breaking FHS.
Change History (8)
comment:1 by , 20 years ago
comment:2 by , 20 years ago
See http://linuxfromscratch.org/pipermail/blfs-dev/2004-November/008183.html for proposed patch.
comment:3 by , 20 years ago
This has been fixed in the latest firefox, but is still an issue in the latest thunderbird. Will make this a dependency of the thunderbird bug.
The fix is:
sed -i -e "s/$(destdir)$(bindir)/$(DESTDIR)$(mozappdir)/" \
mail/app/Makefile.in
comment:4 by , 20 years ago
blocked: | → 1282 |
---|
comment:5 by , 20 years ago
Status: | new → assigned |
---|
comment:6 by , 20 years ago
Owner: | changed from | to
---|---|
Status: | assigned → new |
Note:
See TracTickets
for help on using tickets.
Some notes about this bug:
Which only leaves the FHS breakage thing, which is probably valid.