[20862] trunk/dports/python/py-checker/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Tue Dec 5 11:47:10 PST 2006


Revision: 20862
          http://trac.macosforge.org/projects/macports/changeset/20862
Author:   blair at macports.org
Date:     2006-12-05 11:47:09 -0800 (Tue, 05 Dec 2006)

Log Message:
-----------
Some of the files that are installed with Python's "setup.py install"
are installed without other read permissions, since these files are
distributed in the tarball without other read permissions.  So make
all the files readable by everybody.

Modified Paths:
--------------
    trunk/dports/python/py-checker/Portfile

Modified: trunk/dports/python/py-checker/Portfile
===================================================================
--- trunk/dports/python/py-checker/Portfile	2006-12-05 19:12:12 UTC (rev 20861)
+++ trunk/dports/python/py-checker/Portfile	2006-12-05 19:47:09 UTC (rev 20862)
@@ -32,4 +32,5 @@
 	xinstall -m 644 -W ${worksrcpath} CHANGELOG COPYRIGHT KNOWN_BUGS \
 		MAINTAINERS README TODO VERSION pycheckrc \
 		${destroot}${prefix}/share/doc/${name}
+	system "chmod -R a+r ${destroot}${prefix}"
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061205/9642f1e8/attachment.html


More information about the macports-changes mailing list