Opened 15 months ago

#66844 new defect

libtextstyle @0.21 does not install (register) its texinfo file in dir file

Reported by: ballapete (Peter "Pete" Dyballa) Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.8.1
Keywords: Cc: ryandesign@…
Port: libtextstyle

Description

sh-3.2# pushd /opt/local/share/info ; for INFO in *.info ; do INFO="`echo $INFO | awk -F. '{ print $1 }'`"; printf "»» $INFO: ";  if [ `grep "\($INFO\)" dir | wc -l` -gt 0 ] ; then echo OK ; else echo "** missing **" ; fi; done

reports

»» libtextstyle: ** missing **

All all hints of libtextstyle are missing in dir file.

install-info libtextstyle.info dir

would do the job.

Change History (0)

Note: See TracTickets for help on using tickets.