This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re:Small typo inTAR:cygwin-cygwin-doc-1.1-1.tar/etc/preremovedoc-preremove.sh


> 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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]