Opened 19 years ago

Closed 19 years ago

Last modified 10 years ago

#1033 closed defect (fixed)

/usr/bin/defaults

Reported by: igor@… Owned by: bdubbs@…
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 Randy McMurchy, 19 years ago

Some notes about this bug:

  1. Mozilla doesn't create the directory.
  2. The installed file is identical for Firefox and Thunderbird.

Which only leaves the FHS breakage thing, which is probably valid.

comment:3 by bdubbs@…, 19 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 bdubbs@…, 19 years ago

blocked: 1282

comment:5 by bdubbs@…, 19 years ago

Status: newassigned

comment:6 by bdubbs@…, 19 years ago

Owner: changed from blfs-book@… to bdubbs@…
Status: assignednew

comment:7 by bdubbs@…, 19 years ago

Resolution: fixed
Status: newclosed

Added sed in previous comment.

comment:8 by bdubbs@…, 10 years ago

Milestone: old

Milestone old deleted

Note: See TracTickets for help on using tickets.