public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* wget 1.8.1-1: bug in postinstall script
@ 2002-07-09 14:37 Len Giambrone
  2002-07-10 15:49 ` Hack Kampbjørn
  0 siblings, 1 reply; 2+ messages in thread
From: Len Giambrone @ 2002-07-09 14:37 UTC (permalink / raw)
  To: cygwin


The script says:

#!/bin/sh

VERSION=1.8.1-1
INFODIR=/usr/info
INSTALLINFO=/usr/bin/install-info

if [ -x ${INSTALLINFO} -a -f ${INFODIR}/wget.info ] ; then
    ${INSTALLINFO} --dir-file=${INFODIR}/dir ${INFODIR}/wget.info
fi

if [ ! -f /etc/wgetrc ] ; then
    cp /usr/doc/wget-${VERSION}/sample.wgetrc /etc/wgetrc
fi

But in the tarball we have:

$ tar -tIvf ../../wmt-tls/cygdist/wget-1.8.1-1.tar.bz2 usr/doc
drwxrwxrwx hack/Administrators 0 2002-02-13 15:07:49 usr/doc/
drwxr-xr-x hack/Administrators 0 2002-02-13 15:07:49 usr/doc/Cygwin/
-rw-r--r-- hack/Administrators 1249 2002-02-13 15:07:49 usr/doc/Cygwin/wget-1.8.1.README
drwxrwxrwx hack/Administrators    0 2002-02-13 15:07:49 usr/doc/wget-1.8.1/

The cp will fail because the VERSIONs don't match.  1.8.1-1 in the script and
the actual directory created is wget-1.8.1.

                        -Len

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: wget 1.8.1-1: bug in postinstall script
  2002-07-09 14:37 wget 1.8.1-1: bug in postinstall script Len Giambrone
@ 2002-07-10 15:49 ` Hack Kampbjørn
  0 siblings, 0 replies; 2+ messages in thread
From: Hack Kampbjørn @ 2002-07-10 15:49 UTC (permalink / raw)
  To: Len Giambrone; +Cc: cygwin

Len Giambrone wrote:
> 
> The script says:
> 
> #!/bin/sh
> 
> VERSION=1.8.1-1
> INFODIR=/usr/info
> INSTALLINFO=/usr/bin/install-info
> 
> if [ -x ${INSTALLINFO} -a -f ${INFODIR}/wget.info ] ; then
>     ${INSTALLINFO} --dir-file=${INFODIR}/dir ${INFODIR}/wget.info
> fi
> 
> if [ ! -f /etc/wgetrc ] ; then
>     cp /usr/doc/wget-${VERSION}/sample.wgetrc /etc/wgetrc
> fi
> 
> But in the tarball we have:
> 
> $ tar -tIvf ../../wmt-tls/cygdist/wget-1.8.1-1.tar.bz2 usr/doc
> drwxrwxrwx hack/Administrators 0 2002-02-13 15:07:49 usr/doc/
> drwxr-xr-x hack/Administrators 0 2002-02-13 15:07:49 usr/doc/Cygwin/
> -rw-r--r-- hack/Administrators 1249 2002-02-13 15:07:49 usr/doc/Cygwin/wget-1.8.1.README
> drwxrwxrwx hack/Administrators    0 2002-02-13 15:07:49 usr/doc/wget-1.8.1/
> 
> The cp will fail because the VERSIONs don't match.  1.8.1-1 in the script and
> the actual directory created is wget-1.8.1.
> 
>                         -Len

Thank you for the bug report, this is fixed in the wget-1.8.2-1 to be
released in a few hours now.

-- 
Med venlig hilsen / Kind regards

Hack Kampbjørn

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-07-10 21:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-09 14:37 wget 1.8.1-1: bug in postinstall script Len Giambrone
2002-07-10 15:49 ` Hack Kampbjørn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).