Opened 19 years ago
Closed 19 years ago
#7249 closed defect (fixed)
xfce has bad path in destroot phase
Reported by: | djvasi@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.2 |
Keywords: | Cc: | djvasi@… | |
Port: |
Description
The destroot of xfce does:
file copy ${worksrcpath}/../../files/STARTME ${destroot}${prefix}/share/xfce4/
That path does not work, it should be:
file copy ${portpath}/${filesdir}/STARTME ${destroot}${prefix}/share/xfce4/
Change History (3)
comment:1 Changed 19 years ago by djvasi@…
Cc: | djvasi@… added |
---|
comment:2 Changed 19 years ago by markd@…
comment:3 Changed 19 years ago by landonf@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In reply to comment #0)
Thanks! Committed.