On Mon, 29 Mar 2004 10:07:00 -0500 (EST), Igor Pechtchanski wrote in
<[EMAIL PROTECTED]>:


>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

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
 [snip]
-- 
Alejandro López-Valencia
http://dradul.tripod.com/
[...] every educated man is a theologian, and he doesn't need faith 
to be one. (J.L. Borges)


--
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