[44109] trunk/dports/kde

Ryan Schmidt ryandesign at macports.org
Wed Dec 24 19:01:04 PST 2008


On Dec 21, 2008, at 18:52, illogic-al at macports.org wrote:

> Revision: 44109
>           http://trac.macports.org/changeset/44109
> Author:   illogic-al at macports.org
> Date:     2008-12-21 16:52:07 -0800 (Sun, 21 Dec 2008)
> Log Message:
> -----------
> Development version of amarok


> +post-destroot {
> +    # put the bundle icons where they should go
> +	system "mv ${destroot}/${prefix}/bin/amarok.app/Contents/ 
> Resources ${destroot}/Applications/KDE4/Amarok.app/Contents/"
> +	system "rm -rf ${destroot}/${prefix}/bin"
> +}



Applications should go in ${applications_dir} (or in a subdirectory  
KDE4 of that directory, if you like)

And there shouldn't be a need to use "system" to move and delete  
items; just use the tcl commands for those tasks.



More information about the macports-dev mailing list