> The diff doesn't apply because mkinstalldirs has an odd revision:
> 
> > Index: mkinstalldirs
> > ===================================================================
> > RCS file: /cvs/src/gnu/usr.bin/cvs/mkinstalldirs,v
> > retrieving revision 1.1.1.3
> > diff -u -p -r1.1.1.3 mkinstalldirs
> > --- mkinstalldirs   28 Sep 2001 22:45:35 -0000      1.1.1.3
> > +++ mkinstalldirs   17 Sep 2016 22:25:09 -0000
> > @@ -24,7 +24,7 @@ do
> >       if test ! -d "$pathcomp"; then
> >          echo "mkdir $pathcomp"
> >  
> > -        mkdir "$pathcomp" || lasterr=$?
> > +        install -d -o root -g wheel "$pathcomp" || lasterr=$?
> >  
> >          if test ! -d "$pathcomp"; then
> >       errstatus=$lasterr
> 
> I think you wanted to send the diff below.

Yes, thank you, I committed the version you included in your mail. Don't
know how I managed to botch the diff; I don't remember checking out an
old revision.

Reply via email to