Opened 18 years ago

Closed 18 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 18 years ago by djvasi@…

Cc: djvasi@… added

comment:2 Changed 18 years ago by markd@…

(In reply to comment #0)

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/

Thanks! Committed.

comment:3 Changed 18 years ago by landonf@…

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.