Revision: 104688 https://trac.macports.org/changeset/104688 Author: mfeiri@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
participants (1)
-
mfeiri@macports.org