#46107: salt @2014.1.13 no destroot found - failed copying minion conifg file ------------------------+------------------- Reporter: urs.rau@… | Owner: cr@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: Port: salt | ------------------------+------------------- Comment (by jmr@…): The portfile currently does this: {{{ destroot { if ![file exists ${destroot}/Library/LaunchDaemons] { file mkdir ${destroot}/Library/LaunchDaemons } copy ${worksrcpath}/pkg/darwin/com.saltstack.salt.master.plist ${destroot}/Library/LaunchDaemons copy ${worksrcpath}/pkg/darwin/com.saltstack.salt.syndic.plist ${destroot}/Library/LaunchDaemons } }}} You probably want a post-destroot block there, not a destroot phase that does nothing but install those two plists. -- Ticket URL: <https://trac.macports.org/ticket/46107#comment:11> MacPorts <https://www.macports.org/> Ports system for OS X