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 Date: Sun, 4 Aug 2002 03:53:58 -0500 From: Joshua Daniel Franklin X-X-Sender: joshua AT iocc DOT com To: cygwin-apps AT cygwin DOT com cc: cygwin AT cygwin DOT com Subject: Re:Small typo inTAR:cygwin-cygwin-doc-1.1-1.tar/etc/preremovedoc-preremove.sh Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII > There is a small typo in /etc/preremovedoc-preremove.sh: There is a small typo in your email... should be /etc/preremove/cygwin-doc-preremove.sh :) > for i in libc.info libc.info-1 libc.info-2 libc.info-3 libc.info-4 libc.info-5 l > ^^^ > ibm.info; do > install-info --delete --dir-file=${INFODIR}/dir --info-file=${i} > done > > this should be > > for i in libc.info libc.info-1 libc.info-2 libc.info-3 libc.info-4 libc.info-5 libm.info; do > install-info --delete --dir-file=${INFODIR}/dir --info-file=${i} > done Thanks for pointing out the bad linebreak. I've also discovered that this is wrong anyway, that I need to change the scripts to install/delete just libc.info, which has the node table, not the -1, -2, etc. ones. Hopefully I can get /usr/bin/info working correctly with compressed files soon and release a -2 package with compressed files and fixed scripts. -- 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/