Small typo inTAR:cygwin-cygwin-doc-1.1-1.tar/etc/preremovedoc-preremove.sh
Joshua Daniel Franklin
joshuadfranklin@yahoo.com
Sun Aug 4 01:56:00 GMT 2002
> 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.
More information about the Cygwin-apps
mailing list