| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| 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 <joshuadfranklin AT yahoo DOT com> |
| 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: | <Pine.CYG.4.44.0208040348590.1124-100000@iocc.com> |
| MIME-Version: | 1.0 |
> 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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |