[140222] trunk/dports/textproc/par/Portfile

ionic at macports.org ionic at macports.org
Sat Sep 12 15:23:50 PDT 2015


Revision: 140222
          https://trac.macports.org/changeset/140222
Author:   ionic at macports.org
Date:     2015-09-12 15:23:50 -0700 (Sat, 12 Sep 2015)
Log Message:
-----------
par: install binary with default permissions. Patch provided by user. Fixes: #47231.

Modified Paths:
--------------
    trunk/dports/textproc/par/Portfile

Modified: trunk/dports/textproc/par/Portfile
===================================================================
--- trunk/dports/textproc/par/Portfile	2015-09-12 22:23:39 UTC (rev 140221)
+++ trunk/dports/textproc/par/Portfile	2015-09-12 22:23:50 UTC (rev 140222)
@@ -30,6 +30,6 @@
 build.target
 
 destroot {
-	xinstall -m 555 "${worksrcpath}/${name}" "${destroot}${prefix}/bin/"
+	xinstall "${worksrcpath}/${name}" "${destroot}${prefix}/bin/"
 	xinstall -m 444 "${worksrcpath}/${name}.1" "${destroot}${prefix}/share/man/man1/"
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150912/a536577e/attachment.html>


More information about the macports-changes mailing list