[64914] trunk/dports/editors/xemacs/Portfile

raphael at macports.org raphael at macports.org
Wed Mar 17 09:04:50 PDT 2010


Revision: 64914
          http://trac.macports.org/changeset/64914
Author:   raphael at macports.org
Date:     2010-03-17 09:04:47 -0700 (Wed, 17 Mar 2010)
Log Message:
-----------
xemacs: correct permissions of xemacs_lib directory to allow installs on non-root MacPorts installations

Modified Paths:
--------------
    trunk/dports/editors/xemacs/Portfile

Modified: trunk/dports/editors/xemacs/Portfile
===================================================================
--- trunk/dports/editors/xemacs/Portfile	2010-03-17 14:54:36 UTC (rev 64913)
+++ trunk/dports/editors/xemacs/Portfile	2010-03-17 16:04:47 UTC (rev 64914)
@@ -64,7 +64,7 @@
 destroot.keepdirs ${destroot}${prefix}/lib/xemacs
 post-destroot {
     set xemacs_lib ${destroot}${prefix}/lib/xemacs-${version}
-    xinstall -d -m 0555 ${xemacs_lib}
+    xinstall -d -m 0755 ${xemacs_lib}
     system "cd ${destroot}${prefix}/lib && ln -s xemacs-${version} xemacs"
     if {[file exists ${workpath}/mule-packages]} {
         ui_debug "Installing mule-sumo distribution into destroot"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100317/4165bca0/attachment.html>


More information about the macports-changes mailing list