Opened 13 years ago
Closed 13 years ago
#30229 closed enhancement (fixed)
duplicity: simplify symlink
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | singingwolfboy@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.2 |
Keywords: | haspatch | Cc: | |
Port: | duplicity |
Description
Why does the duplicity port install /opt/local/bin/duplicity which is a symlink to /opt/local/bin/duplicity-2.7 which is a symlink to /opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/duplicity? Why not just have /opt/local/bin/duplicity be a symlink directly to /opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/duplicity? The attached patch does this.
Attachments (1)
Change History (2)
Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | duplicity.diff added |
---|
comment:1 Changed 13 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
proposed patch