]> code.delx.au - gnu-emacs/blobdiff - mkinstalldirs
reduce body text size for emacs manual to 10pt
[gnu-emacs] / mkinstalldirs
index 319086a3a469079ab01561cd5ca2b35137cf69b2..9e4b309b3641837102eb4bd8c2ab937fed3382a5 100755 (executable)
@@ -4,8 +4,6 @@
 # Created: 1993-05-16
 # Public domain
 
-# $Id: mkinstalldirs,v 1.11 1998/05/19 07:05:25 drepper dead $
-
 errstatus=0
 
 for file
@@ -24,7 +22,7 @@ do
      if test ! -d "$pathcomp"; then
         echo "mkdir $pathcomp" 1>&2
 
-        mkdir "$pathcomp" || lasterr=$?
+        (mkdir "$pathcomp" && chmod a+rx "$pathcomp") || lasterr=$?
 
         if test ! -d "$pathcomp"; then
          errstatus=$lasterr