Dr. Volker Zell wrote:
"Harold" == Harold L Hunt, <Harold> writes:
Harold> The following packages have been updated in the Cygwin distribution: Harold> *** XFree86-fsrv-4.3.0-6
It's missing its man-page again.
Harold> *** XFree86-prog-4.3.0-11
I get an additional symbolic link
/usr/X11R6/include/X11/X11 --> /usr/X11R6/include/X11
after the postinstall script is run. I would recommend changing the postinstall script to:
--------------------- cut ----------------------------------- #!/bin/sh
# Create an empty host.def if one doesn't exist already touch /usr/X11R6/lib/X11/config/host.def
# Create a link in /usr/include to the X11 includes directory if [ ! -L /usr/include/X11 ] then ln -sf /usr/X11R6/include/X11 /usr/include/X11 fi --------------------- cut -----------------------------------
Man, you always bust me :)
Thanks for keeping me honest.
Harold
