Skip to content

Commit

Permalink
py-py2app: work around py34 destroot failure
Browse files Browse the repository at this point in the history
  • Loading branch information
jmroot committed Feb 7, 2017
1 parent adbcb42 commit 949b304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/py-py2app/Portfile
Expand Up @@ -32,7 +32,7 @@ if {$subport ne $name} {
if {${python.version} == 34} {
# workaround https://trac.macports.org/ticket/53429
pre-destroot {
xinstall -d ${worksrcpath}/doc/_static
xinstall -W ${worksrcpath} -d doc/_static doc/_templates
}
}

Expand Down

0 comments on commit 949b304

Please sign in to comment.