[54945] trunk/dports/python/py25-quodlibet/Portfile
ryandesign at macports.org
ryandesign at macports.org
Tue Aug 4 16:12:12 PDT 2009
Revision: 54945
http://trac.macports.org/changeset/54945
Author: ryandesign at macports.org
Date: 2009-08-04 16:12:12 -0700 (Tue, 04 Aug 2009)
Log Message:
-----------
py25-quodlibet: remove slash before ${frameworks_dir} because ${frameworks_dir} already begins with a slash
Modified Paths:
--------------
trunk/dports/python/py25-quodlibet/Portfile
Modified: trunk/dports/python/py25-quodlibet/Portfile
===================================================================
--- trunk/dports/python/py25-quodlibet/Portfile 2009-08-04 23:10:16 UTC (rev 54944)
+++ trunk/dports/python/py25-quodlibet/Portfile 2009-08-04 23:12:12 UTC (rev 54945)
@@ -44,7 +44,7 @@
# temporary fix for #20522 : create manually a link in Python 2.5 Framework directory to /opt/local/share.
# This is necessary for translations to work
post-destroot {
- xinstall -d ${destroot}/${frameworks_dir}/Python.framework/Versions/2.5
- ln -s ${prefix}/share ${destroot}/${frameworks_dir}/Python.framework/Versions/2.5/share
+ xinstall -d ${destroot}${frameworks_dir}/Python.framework/Versions/2.5
+ ln -s ${prefix}/share ${destroot}${frameworks_dir}/Python.framework/Versions/2.5/share
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090804/7688ce8f/attachment.html>
More information about the macports-changes
mailing list