On Mon, 29 Mar 2004, Peter A. Castro wrote:

> On Mon, 29 Mar 2004, Alejandro Lopez-Valencia wrote:
>
> > On Mon, 29 Mar 2004 10:07:00 -0500 (EST), Igor Pechtchanski wrote:
> >
> > >Sounds like a packaging bug.
> >
> > And right you are:
> >
> > $ cat /etc/postinstall/zsh.sh.done
> > #!/bin/sh
> > V=4.1.1
> > ^^^^^^^
> > Should be 4.2.0
>
> Oh, poop... Ok, one fix comming up!
>
> > prefix=/usr
> > infodir=${prefix}/share/info
> >
> > [snip]
> >
> > # Install default zprofile if needed
> > if [ ! -f /etc/zprofile ]; then
> >   echo "Installing default /etc/zprofile"
> >   install -c -m 755 /usr/doc/zsh-$V/StartupFiles/zprofile
> >                     ^^^^^^^^^^^^^^
> > Should be /usr/share/doc
>
> Rats!  Ok, make it two fixes!  Man, I've just gotta automate the creation
> of this file!

FWIW, see how pdksh does it...
        Igor
-- 
                                http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_                [EMAIL PROTECTED]
ZZZzz /,`.-'`'    -.  ;-;;,_            [EMAIL PROTECTED]
     |,4-  ) )-,_. ,\ (  `'-'           Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL     a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

Reply via email to