#19203 closed defect (fixed)
rancid: don't create directory "755"
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | markd@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.1 |
Keywords: | Cc: | ||
Port: | rancid |
Description
rancid creates a directory called "755" in the current directory when it's installed. There's an incorrect xinstall command in the destroot phase. The simplest fix is to remove that line entirely since it's not needed since MacPorts base creates ${destroot}${prefix}/bin for you.
Attachments (1)
Change History (3)
Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | rancid.diff added |
---|
comment:1 Changed 16 years ago by markd@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed. Thanks!