[48661] trunk/dports/python/py26-pydb/Portfile

dweber at macports.org dweber at macports.org
Thu Mar 26 15:28:06 PDT 2009


Revision: 48661
          http://trac.macports.org/changeset/48661
Author:   dweber at macports.org
Date:     2009-03-26 15:28:06 -0700 (Thu, 26 Mar 2009)
Log Message:
-----------
correcting post-destroot

Modified Paths:
--------------
    trunk/dports/python/py26-pydb/Portfile

Modified: trunk/dports/python/py26-pydb/Portfile
===================================================================
--- trunk/dports/python/py26-pydb/Portfile	2009-03-26 22:17:11 UTC (rev 48660)
+++ trunk/dports/python/py26-pydb/Portfile	2009-03-26 22:28:06 UTC (rev 48661)
@@ -41,7 +41,6 @@
     --with-python=${prefix}/bin/${python}
 
 post-destroot {
-    system "rm -f /opt/local/bin/pydb-${pyver}"
-    ln -s ${pysite}/pydb/pydb.py /opt/local/bin/${name}
+    ln -f -s ${pysite}/pydb/pydb.py /opt/local/bin/${name}
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090326/d50dfa89/attachment-0001.html>


More information about the macports-changes mailing list