#26033 closed defect (fixed)
bzr 2.2.0 installs two files outside ${prefix}
Reported by: | blb@… | Owned by: | raimue (Rainer Müller) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.1 |
Keywords: | Cc: | ||
Port: | bzr |
Description
After upgrading bzr to 2.2.0 (from 2.1.2) port warned about files being placed in /usr and /etc:
/etc/apport/crashdb.conf.d/bzr-crashdb.conf /usr/share/apport/package-hooks/source_bzr.py
Looks like support stuff for Apport; hopefully it can be relocated into ${prefix} easily.
Change History (2)
comment:1 Changed 14 years ago by raimue (Rainer Müller)
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 14 years ago by blb@…
The comment in that block you're patching out sure is...curious. I guess Apport hardcodes stuff; fun.
Note: See
TracTickets for help on using
tickets.
I removed support for apport in r70554. This will be more reliable, especially as it is only being installed if the user running the build is root.