Opened 4 years ago
Closed 2 years ago
#62620 closed defect (fixed)
rust portfile uses cp -r
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | g5pw (Aljaž Srebrnič) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.6.4 |
Keywords: | Cc: | herbygillot (Herby Gillot) | |
Port: | rust |
Description
The rust portfile uses system to call cp -r
. The -r
flag to cp
is obsolete. (See the cp manpage.) Use -R
instead.
Change History (1)
comment:1 Changed 2 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
The port no longer uses
cp -r
as of [f193cea557f10ce4ff70121240620d9fc5f19eeb/macports-ports].