[45698] trunk/dports/kde/amarok-devel/Portfile

illogic-al at macports.org illogic-al at macports.org
Tue Jan 20 04:59:50 PST 2009


Revision: 45698
          http://trac.macports.org/changeset/45698
Author:   illogic-al at macports.org
Date:     2009-01-20 04:59:48 -0800 (Tue, 20 Jan 2009)
Log Message:
-----------
Fix installation breakage caused by move to ${applications_dir}.

Modified Paths:
--------------
    trunk/dports/kde/amarok-devel/Portfile

Modified: trunk/dports/kde/amarok-devel/Portfile
===================================================================
--- trunk/dports/kde/amarok-devel/Portfile	2009-01-20 12:06:29 UTC (rev 45697)
+++ trunk/dports/kde/amarok-devel/Portfile	2009-01-20 12:59:48 UTC (rev 45698)
@@ -66,7 +66,7 @@
 
 post-destroot {
     # put the bundle icons where they should go
-    system "mv ${destroot}/${prefix}/bin/amarok.app/Contents/Resources/amarok.icns ${destroot}/Applications/KDE4/Amarok.app/Contents/Resources/"
+    system "mv ${destroot}/${prefix}/bin/amarok.app/Contents/Resources/amarok.icns ${destroot}${applications_dir}/Amarok.app/Contents/Resources/"
 	system "rm -rf ${destroot}/${prefix}/bin"
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090120/66761fce/attachment.html>


More information about the macports-changes mailing list