Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <3D2CA46C.1710EFE@hack.kampbjorn.com> Date: Wed, 10 Jul 2002 23:17:32 +0200 From: Hack =?iso-8859-1?Q?Kampbj=F8rn?= Reply-To: cygwin AT cygwin DOT com X-Accept-Language: en,da,es,ca MIME-Version: 1.0 To: Len Giambrone CC: cygwin AT cygwin DOT com Subject: Re: wget 1.8.1-1: bug in postinstall script References: Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit 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/