[104688] trunk/dports/devel/bootstrap_cmds/Portfile

mfeiri at macports.org mfeiri at macports.org
Sun Mar 31 10:10:31 PDT 2013


Revision: 104688
          https://trac.macports.org/changeset/104688
Author:   mfeiri at macports.org
Date:     2013-03-31 10:10:31 -0700 (Sun, 31 Mar 2013)
Log Message:
-----------
bootstrap_cmds: workaround for buildports-lion-x86_64/builds/9748

Modified Paths:
--------------
    trunk/dports/devel/bootstrap_cmds/Portfile

Modified: trunk/dports/devel/bootstrap_cmds/Portfile
===================================================================
--- trunk/dports/devel/bootstrap_cmds/Portfile	2013-03-31 15:07:04 UTC (rev 104687)
+++ trunk/dports/devel/bootstrap_cmds/Portfile	2013-03-31 17:10:31 UTC (rev 104688)
@@ -41,7 +41,8 @@
     }
 
     post-destroot {
-        file rename ${worksrcpath}/migcom.tproj/build/UninstalledProducts/migcom ${destroot}${prefix}/libexec/
+        catch {file rename ${worksrcpath}/migcom.tproj/build/UninstalledProducts/migcom ${destroot}${prefix}/bin/}
+        file rename ${destroot}${prefix}/bin/migcom ${destroot}${prefix}/libexec/migcom
         file rename ${worksrcpath}/decomment.tproj/decomment ${destroot}${prefix}/bin/
         file rename ${worksrcpath}/relpath.tproj/relpath ${destroot}${prefix}/bin/
         file rename ${worksrcpath}/migcom.tproj/mig.sh ${destroot}${prefix}/bin/mig
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130331/81a9569a/attachment.html>


More information about the macports-changes mailing list