[128104] trunk/dports/devel/git-flow-bash-completion/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Nov 13 01:22:05 PST 2014


Revision: 128104
          https://trac.macports.org/changeset/128104
Author:   ryandesign at macports.org
Date:     2014-11-13 01:22:05 -0800 (Thu, 13 Nov 2014)
Log Message:
-----------
git-flow-bash-completion: do not create directories called "0755"

Modified Paths:
--------------
    trunk/dports/devel/git-flow-bash-completion/Portfile

Modified: trunk/dports/devel/git-flow-bash-completion/Portfile
===================================================================
--- trunk/dports/devel/git-flow-bash-completion/Portfile	2014-11-13 09:21:35 UTC (rev 128103)
+++ trunk/dports/devel/git-flow-bash-completion/Portfile	2014-11-13 09:22:05 UTC (rev 128104)
@@ -33,6 +33,6 @@
 build {}
 
 destroot {
-    xinstall -d 0755 ${destroot}${prefix}/etc/bash_completion.d
+    xinstall -d -m 0755 ${destroot}${prefix}/etc/bash_completion.d
     copy ${worksrcpath}/git-flow-completion.bash ${destroot}${prefix}/etc/bash_completion.d/git-flow
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141113/802fa51f/attachment.html>


More information about the macports-changes mailing list