Commits

Ryan Schmidt authored 1784d2ef2f3
git-flow-bash-completion: do not create directories called "0755"

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@128104 d073be05-634f-4543-b044-5fe20cf6d1d6
No tags

devel/git-flow-bash-completion/Portfile

Modified
26 26 sha256 85aad27fe14d68c9e778a49168ccd513842f984745a43ced004bdcf1e1667d99
27 27
28 28 depends_run-append port:git-flow \
29 29 port:bash-completion
30 30
31 31 use_configure no
32 32
33 33 build {}
34 34
35 35 destroot {
36 - xinstall -d 0755 ${destroot}${prefix}/etc/bash_completion.d
36 + xinstall -d -m 0755 ${destroot}${prefix}/etc/bash_completion.d
37 37 copy ${worksrcpath}/git-flow-completion.bash ${destroot}${prefix}/etc/bash_completion.d/git-flow
38 38 }

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut