[30814] trunk/base
source_changes at macosforge.org
source_changes at macosforge.org
Wed Nov 7 11:03:26 PST 2007
Revision: 30814
http://trac.macosforge.org/projects/macports/changeset/30814
Author: jmpp at macports.org
Date: 2007-11-07 11:03:26 -0800 (Wed, 07 Nov 2007)
Log Message:
-----------
Install our world in 0755 mode by default. Thanks to "macports at schooljan.nl" for the report and to N_Ox for the patch
(which I completed with a comment correction). Closes #13178
Modified Paths:
--------------
trunk/base/aclocal.m4
trunk/base/configure
Modified: trunk/base/aclocal.m4
===================================================================
--- trunk/base/aclocal.m4 2007-11-07 16:59:51 UTC (rev 30813)
+++ trunk/base/aclocal.m4 2007-11-07 19:03:26 UTC (rev 30814)
@@ -336,14 +336,14 @@
AC_DEFUN([MP_DIRECTORY_MODE],[
dnl if with user specifies --with-directory-mode,
dnl use the specified permissions for ${prefix} directories
- dnl otherwise use 0775
+ dnl otherwise use 0755
AC_REQUIRE([MP_PATH_MPCONFIGDIR])
AC_ARG_WITH(directory-mode, [AC_HELP_STRING([--with-directory-mode=MODE], [Specify directory mode of installed directories])], [ DSTMODE=$withval ] )
AC_MSG_CHECKING([what permissions to use for installation directories])
if test "x$DSTMODE" = "x" ; then
- DSTMODE=0775
+ DSTMODE=0755
fi
AC_MSG_RESULT([$DSTMODE])
Modified: trunk/base/configure
===================================================================
--- trunk/base/configure 2007-11-07 16:59:51 UTC (rev 30813)
+++ trunk/base/configure 2007-11-07 19:03:26 UTC (rev 30814)
@@ -6726,7 +6726,7 @@
{ echo "$as_me:$LINENO: checking what permissions to use for installation directories" >&5
echo $ECHO_N "checking what permissions to use for installation directories... $ECHO_C" >&6; }
if test "x$DSTMODE" = "x" ; then
- DSTMODE=0775
+ DSTMODE=0755
fi
{ echo "$as_me:$LINENO: result: $DSTMODE" >&5
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071107/d4fdb7db/attachment.html
More information about the macports-changes
mailing list