usr/src/lib/lcms/install-sh.patch
changeset 13 971008b98b79
parent 12 12fc69ddc5a5
child 14 ebdd963f7d5e
equal deleted inserted replaced
12:12fc69ddc5a5 13:971008b98b79
     1 --- install-sh.orig	Fri Jul 27 03:00:01 2007
       
     2 +++ install-sh	Thu Feb 28 10:47:04 2008
       
     3 @@ -56,7 +56,7 @@
       
     4  chgrpprog="${CHGRPPROG-chgrp}"
       
     5  stripprog="${STRIPPROG-strip}"
       
     6  rmprog="${RMPROG-rm}"
       
     7 -mkdirprog="${MKDIRPROG-mkdir}"
       
     8 +mkdirprog="/usr/bin/mkdir -p"
       
     9  
       
    10  chmodcmd="$chmodprog 0755"
       
    11  chowncmd=
       
    12 @@ -239,6 +239,7 @@
       
    13  	# mkdir can fail with a `File exist' error in case several
       
    14  	# install-sh are creating the directory concurrently.  This
       
    15  	# is OK.
       
    16 +        # No, this is not OK.
       
    17  	test -d "$pathcomp" || exit
       
    18        fi
       
    19        pathcomp=$pathcomp/